#[repr(transparent)]pub struct HALIGN(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for HALIGN
impl Eq for HALIGN
impl StructuralPartialEq for HALIGN
Auto Trait Implementations§
impl Freeze for HALIGN
impl RefUnwindSafe for HALIGN
impl Send for HALIGN
impl Sync for HALIGN
impl Unpin for HALIGN
impl UnwindSafe for HALIGN
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