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_timpl Copy for max_align_tAuto Trait Implementations
impl RefUnwindSafe for max_align_timpl Send for max_align_timpl Sync for max_align_timpl Unpin for max_align_timpl UnwindSafe for max_align_tBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T