Struct bad64_sys::max_align_t [−][src]
#[repr(C)]#[repr(align(16))]pub struct max_align_t {
pub __clang_max_align_nonce1: c_longlong,
pub __bindgen_padding_0: u64,
pub __clang_max_align_nonce2: u128,
}Fields
__clang_max_align_nonce1: c_longlong__bindgen_padding_0: u64__clang_max_align_nonce2: u128Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
