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