pub enum SWSYNCW {
_0,
_1,
}Expand description
Values that can be written to the field SWSYNC
Variants§
Auto Trait Implementations§
impl Freeze for SWSYNCW
impl RefUnwindSafe for SWSYNCW
impl Send for SWSYNCW
impl Sync for SWSYNCW
impl Unpin for SWSYNCW
impl UnwindSafe for SWSYNCW
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