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