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