#[repr(C)]pub struct AlignmentEngine { /* private fields */ }Trait Implementations§
Source§impl ExternType for AlignmentEngine
impl ExternType for AlignmentEngine
impl UniquePtrTarget for AlignmentEngine
Auto Trait Implementations§
impl !Freeze for AlignmentEngine
impl RefUnwindSafe for AlignmentEngine
impl !Send for AlignmentEngine
impl !Sync for AlignmentEngine
impl !Unpin for AlignmentEngine
impl UnwindSafe for AlignmentEngine
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