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