#[repr(align(16))]pub struct CptrAlign();
Trait Implementations§
Source§impl Ord for CptrAlign
impl Ord for CptrAlign
Source§impl PartialOrd for CptrAlign
impl PartialOrd for CptrAlign
impl Copy for CptrAlign
impl Eq for CptrAlign
impl StructuralPartialEq for CptrAlign
Auto Trait Implementations§
impl Freeze for CptrAlign
impl RefUnwindSafe for CptrAlign
impl Send for CptrAlign
impl Sync for CptrAlign
impl Unpin for CptrAlign
impl UnwindSafe for CptrAlign
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