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