pub enum Susp {
XcvrNotSuspend = 0,
XcvrSuspend = 1,
}Expand description
Suspend
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Susp
impl Eq for Susp
impl StructuralPartialEq for Susp
Auto Trait Implementations§
impl Freeze for Susp
impl RefUnwindSafe for Susp
impl Send for Susp
impl Sync for Susp
impl Unpin for Susp
impl UnwindSafe for Susp
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