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