pub struct MonitorId(pub u8);
Expand description
The ID used for signaling a monitored interrupt.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
impl Copy for MonitorId
impl Eq for MonitorId
impl StructuralPartialEq for MonitorId
Auto Trait Implementations§
impl Freeze for MonitorId
impl RefUnwindSafe for MonitorId
impl Send for MonitorId
impl Sync for MonitorId
impl Unpin for MonitorId
impl UnwindSafe for MonitorId
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