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