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