Struct olm_sys::max_align_t [−][src]
#[repr(C)]pub struct max_align_t { pub __clang_max_align_nonce1: c_longlong, pub __bindgen_padding_0: u64, pub __clang_max_align_nonce2: f64, }
Fields
__clang_max_align_nonce1: c_longlong
__bindgen_padding_0: u64
__clang_max_align_nonce2: f64
Trait Implementations
impl Debug for max_align_t[src]
impl Debug for max_align_tfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for max_align_t[src]
impl Copy for max_align_timpl Clone for max_align_t[src]
impl Clone for max_align_tfn clone(&self) -> max_align_t[src]
fn clone(&self) -> max_align_tReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for max_align_t
impl Send for max_align_timpl Sync for max_align_t
impl Sync for max_align_t