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