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