pub struct SlotWithAlign2<const N: usize>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<const N: usize> Clone for SlotWithAlign2<N>
impl<const N: usize> Clone for SlotWithAlign2<N>
Source§fn clone(&self) -> SlotWithAlign2<N>
fn clone(&self) -> SlotWithAlign2<N>
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 N: usize> Debug for SlotWithAlign2<N>
impl<const N: usize> Debug for SlotWithAlign2<N>
Source§impl<const N: usize> Default for SlotWithAlign2<N>
impl<const N: usize> Default for SlotWithAlign2<N>
Source§impl<const N: usize> Slot for SlotWithAlign2<N>
impl<const N: usize> Slot for SlotWithAlign2<N>
Source§impl<const N: usize> Zeroable for SlotWithAlign2<N>
impl<const N: usize> Zeroable for SlotWithAlign2<N>
impl<const N: usize> Copy for SlotWithAlign2<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for SlotWithAlign2<N>
impl<const N: usize> RefUnwindSafe for SlotWithAlign2<N>
impl<const N: usize> Send for SlotWithAlign2<N>
impl<const N: usize> Sync for SlotWithAlign2<N>
impl<const N: usize> Unpin for SlotWithAlign2<N>
impl<const N: usize> UnwindSafe for SlotWithAlign2<N>
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