pub enum TSRWW {
_0,
_1,
}Expand description
Values that can be written to the field TSRW
Variants§
_0
Writes to the Time Seconds Register are ignored.
_1
Writes to the Time Seconds Register complete as normal.
Auto Trait Implementations§
impl Freeze for TSRWW
impl RefUnwindSafe for TSRWW
impl Send for TSRWW
impl Sync for TSRWW
impl Unpin for TSRWW
impl UnwindSafe for TSRWW
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