Struct libc::max_align_t
#[repr(C)]
#[repr(align(16))]
pub struct max_align_t { /* fields hidden */ }
Trait Implementations
impl Clone for max_align_t
fn clone(&Self) -> max_align_t
impl Copy for max_align_t
Auto Trait Implementations
impl RefUnwindSafe for max_align_t
impl Send for max_align_t
impl Sync for max_align_t
impl Unpin for max_align_t
impl UnwindSafe for max_align_t
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T