pub struct max_align_t { /* private fields */ }Expand description
The max_align_t type provided in stddef.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stddef.h.html.
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 UnsafeUnpin 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