pub enum OTGFSRSTR {
RESET,
_Reserved(bool),
}
Expand description
Possible values of the field OTGFSRST
Variants§
Implementations§
Trait Implementations§
impl Copy for OTGFSRSTR
impl StructuralPartialEq for OTGFSRSTR
Auto Trait Implementations§
impl Freeze for OTGFSRSTR
impl RefUnwindSafe for OTGFSRSTR
impl Send for OTGFSRSTR
impl Sync for OTGFSRSTR
impl Unpin for OTGFSRSTR
impl UnwindSafe for OTGFSRSTR
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