#[repr(u8)]pub enum Srw {
IGNORED = 0,
NORMAL = 1,
}Variants§
IGNORED = 0
Writes to the Status Register are ignored.
NORMAL = 1
Writes to the Status Register complete as normal.
Implementations§
Trait Implementations§
Source§impl Ord for Srw
impl Ord for Srw
Source§impl PartialOrd for Srw
impl PartialOrd for Srw
impl Copy for Srw
impl Eq for Srw
impl StructuralPartialEq for Srw
Auto Trait Implementations§
impl Freeze for Srw
impl RefUnwindSafe for Srw
impl Send for Srw
impl Sync for Srw
impl Unpin for Srw
impl UnwindSafe for Srw
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