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