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