pub enum UGR {
UPDATE,
_Reserved(bool),
}
Expand description
Possible values of the field UG
Variants§
UPDATE
Re-initializes the timer counter and generates an update of the reigsters.
_Reserved(bool)
Reserved
Implementations§
Trait Implementations§
impl Copy for UGR
impl StructuralPartialEq for UGR
Auto Trait Implementations§
impl Freeze for UGR
impl RefUnwindSafe for UGR
impl Send for UGR
impl Sync for UGR
impl Unpin for UGR
impl UnwindSafe for UGR
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