pub enum CSSCW {
Clear = 1,
}
Expand description
Clock security system interrupt clear
Value on reset: 0
Variants§
Clear = 1
1: Clear CSSF flag
Trait Implementations§
impl Copy for CSSCW
impl Eq for CSSCW
impl StructuralPartialEq for CSSCW
Auto Trait Implementations§
impl Freeze for CSSCW
impl RefUnwindSafe for CSSCW
impl Send for CSSCW
impl Sync for CSSCW
impl Unpin for CSSCW
impl UnwindSafe for CSSCW
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