#[repr(C)]pub struct max_align_t {
pub __max_align_ll: c_longlong,
pub __bindgen_padding_0: u64,
pub __max_align_ld: f64,
}Fields§
§__max_align_ll: c_longlong§__bindgen_padding_0: u64§__max_align_ld: f64Trait Implementations§
Source§impl Clone for max_align_t
impl Clone for max_align_t
impl Copy for max_align_t
Auto Trait Implementations§
impl Freeze for max_align_t
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more