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