Struct hypertree::free_list::FreeListNode
source · #[repr(C)]pub struct FreeListNode<T> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<T: Clone> Clone for FreeListNode<T>
impl<T: Clone> Clone for FreeListNode<T>
source§fn clone(&self) -> FreeListNode<T>
fn clone(&self) -> FreeListNode<T>
Returns a copy 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<T: Default> Default for FreeListNode<T>
impl<T: Default> Default for FreeListNode<T>
source§fn default() -> FreeListNode<T>
fn default() -> FreeListNode<T>
Returns the “default value” for a type. Read more
source§impl<T> Zeroable for FreeListNode<T>where
T: Zeroable,
impl<T> Zeroable for FreeListNode<T>where
T: Zeroable,
impl<T: Copy> Copy for FreeListNode<T>
impl<T: Pod> Get for FreeListNode<T>
impl<T: Pod> Pod for FreeListNode<T>
Auto Trait Implementations§
impl<T> Freeze for FreeListNode<T>where
T: Freeze,
impl<T> RefUnwindSafe for FreeListNode<T>where
T: RefUnwindSafe,
impl<T> Send for FreeListNode<T>where
T: Send,
impl<T> Sync for FreeListNode<T>where
T: Sync,
impl<T> Unpin for FreeListNode<T>where
T: Unpin,
impl<T> UnwindSafe for FreeListNode<T>where
T: UnwindSafe,
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
§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
§type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
.§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self
.