pub enum RSFW {
Clear = 0,
}
Expand description
Registers synchronization flag
Value on reset: 0
Variants§
Clear = 0
0: This flag is cleared by software by writing 0
Trait Implementations§
impl Copy for RSFW
impl Eq for RSFW
impl StructuralPartialEq for RSFW
Auto Trait Implementations§
impl Freeze for RSFW
impl RefUnwindSafe for RSFW
impl Send for RSFW
impl Sync for RSFW
impl Unpin for RSFW
impl UnwindSafe for RSFW
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