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