pub enum XORKEY_A {
NONE,
XOR,
}
Expand description
XOR Key Operation
Value on reset: 0
Variants
NONE
0: No effect
XOR
1: The user keyword gets XORed with the previous keyword register content.
Trait Implementations
impl Copy for XORKEY_A
impl StructuralPartialEq for XORKEY_A
Auto Trait Implementations
impl RefUnwindSafe for XORKEY_A
impl Send for XORKEY_A
impl Sync for XORKEY_A
impl Unpin for XORKEY_A
impl UnwindSafe for XORKEY_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more