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