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