#[repr(align(64))]pub struct ZST64;
Auto Trait Implementations§
impl Freeze for ZST64
impl RefUnwindSafe for ZST64
impl Send for ZST64
impl Sync for ZST64
impl Unpin for ZST64
impl UnwindSafe for ZST64
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