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