pub enum FORCECLK {
NoForce = 0,
Force = 1,
}
Expand description
Force ClkReq clock request
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FORCECLK
impl Eq for FORCECLK
impl StructuralPartialEq for FORCECLK
Auto Trait Implementations§
impl Freeze for FORCECLK
impl RefUnwindSafe for FORCECLK
impl Send for FORCECLK
impl Sync for FORCECLK
impl Unpin for FORCECLK
impl UnwindSafe for FORCECLK
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