Struct phper_sys::max_align_t [−][src]
#[repr(C)]#[repr(align(8))]pub struct max_align_t { pub __clang_max_align_nonce1: c_longlong, pub __clang_max_align_nonce2: f64, pub __bindgen_padding_0: u32, }
Fields
__clang_max_align_nonce1: c_longlong__clang_max_align_nonce2: f64__bindgen_padding_0: u32Trait Implementations
Auto 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
Mutably borrows from an owned value. Read more