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