#[repr(u8)]pub enum Saer {
SET_ERQ = 0,
SET_ALL = 1,
}Variants§
SET_ERQ = 0
Write 1 to only the ERQ field specified in the SERQ field
SET_ALL = 1
Write 1 to all fields in ERQ
Implementations§
Trait Implementations§
Source§impl Ord for Saer
impl Ord for Saer
Source§impl PartialOrd for Saer
impl PartialOrd for Saer
impl Copy for Saer
impl Eq for Saer
impl StructuralPartialEq for Saer
Auto Trait Implementations§
impl Freeze for Saer
impl RefUnwindSafe for Saer
impl Send for Saer
impl Sync for Saer
impl Unpin for Saer
impl UnwindSafe for Saer
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