pub struct Size0Align16(/* private fields */);Expand description
A type with a size of 0 bytes and alignment 16.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Size0Align16
impl RefUnwindSafe for Size0Align16
impl Send for Size0Align16
impl Sync for Size0Align16
impl Unpin for Size0Align16
impl UnsafeUnpin for Size0Align16
impl UnwindSafe for Size0Align16
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