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