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