#[repr(C)]pub struct UNITLOAD { /* private fields */ }
Expand description
Cluster UNIT%sLOAD, containing UNIT?_LOAD_HI, UNIT?_LOAD_LO
Implementations§
Auto Trait Implementations§
impl !Freeze for UNITLOAD
impl !RefUnwindSafe for UNITLOAD
impl Send for UNITLOAD
impl !Sync for UNITLOAD
impl Unpin for UNITLOAD
impl UnwindSafe for UNITLOAD
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