#[repr(transparent)]pub struct Wirewo(pub u32);Expand description
Wire states for Host to see; if LPC, this is the IRQ states.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Wirewo
impl Eq for Wirewo
impl StructuralPartialEq for Wirewo
Auto Trait Implementations§
impl Freeze for Wirewo
impl RefUnwindSafe for Wirewo
impl Send for Wirewo
impl Sync for Wirewo
impl Unpin for Wirewo
impl UnwindSafe for Wirewo
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