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