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