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