pub struct RoDisjointSetArrayU16<const SIZE: usize>(/* private fields */);Implementations§
Source§impl<const SIZE: usize> RoDisjointSetArrayU16<SIZE>
impl<const SIZE: usize> RoDisjointSetArrayU16<SIZE>
pub fn view(&self) -> DisjointSetRoView<'_>
Trait Implementations§
Source§impl<const SIZE: usize> Clone for RoDisjointSetArrayU16<SIZE>
impl<const SIZE: usize> Clone for RoDisjointSetArrayU16<SIZE>
Source§fn clone(&self) -> RoDisjointSetArrayU16<SIZE>
fn clone(&self) -> RoDisjointSetArrayU16<SIZE>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<const SIZE: usize> From<RoDisjointSetArrayU16<SIZE>> for DisjointSetArrayU16<SIZE>
impl<const SIZE: usize> From<RoDisjointSetArrayU16<SIZE>> for DisjointSetArrayU16<SIZE>
Source§fn from(value: RoDisjointSetArrayU16<SIZE>) -> Self
fn from(value: RoDisjointSetArrayU16<SIZE>) -> Self
Converts to this type from the input type.
impl<const SIZE: usize> Copy for RoDisjointSetArrayU16<SIZE>
Auto Trait Implementations§
impl<const SIZE: usize> Freeze for RoDisjointSetArrayU16<SIZE>
impl<const SIZE: usize> RefUnwindSafe for RoDisjointSetArrayU16<SIZE>
impl<const SIZE: usize> Send for RoDisjointSetArrayU16<SIZE>
impl<const SIZE: usize> Sync for RoDisjointSetArrayU16<SIZE>
impl<const SIZE: usize> Unpin for RoDisjointSetArrayU16<SIZE>
impl<const SIZE: usize> UnwindSafe for RoDisjointSetArrayU16<SIZE>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more