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