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