pub enum SWSYNC {
Sync = 1,
}
Expand description
Generate software SYNC event
Value on reset: 0
Variants§
Sync = 1
1: A software sync is generated
Trait Implementations§
impl Copy for SWSYNC
impl Eq for SWSYNC
impl StructuralPartialEq for SWSYNC
Auto Trait Implementations§
impl Freeze for SWSYNC
impl RefUnwindSafe for SWSYNC
impl Send for SWSYNC
impl Sync for SWSYNC
impl Unpin for SWSYNC
impl UnwindSafe for SWSYNC
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