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