#[repr(u8)]pub enum Evsim1Rst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Evsim1Rst
impl Ord for Evsim1Rst
Source§impl PartialOrd for Evsim1Rst
impl PartialOrd for Evsim1Rst
impl Copy for Evsim1Rst
impl Eq for Evsim1Rst
impl StructuralPartialEq for Evsim1Rst
Auto Trait Implementations§
impl Freeze for Evsim1Rst
impl RefUnwindSafe for Evsim1Rst
impl Send for Evsim1Rst
impl Sync for Evsim1Rst
impl Unpin for Evsim1Rst
impl UnwindSafe for Evsim1Rst
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