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