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