pub enum Xorkeyselect {
None = 0,
Xor = 1,
}
Expand description
XOR Key Operation
Value on reset: 0
Variants§
None = 0
0: No effect
Xor = 1
1: The user keyword gets XORed with the previous keyword register content.
Trait Implementations§
Source§impl Clone for Xorkeyselect
impl Clone for Xorkeyselect
Source§fn clone(&self) -> Xorkeyselect
fn clone(&self) -> Xorkeyselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Xorkeyselect
impl Debug for Xorkeyselect
Source§impl PartialEq for Xorkeyselect
impl PartialEq for Xorkeyselect
impl Copy for Xorkeyselect
impl Eq for Xorkeyselect
impl StructuralPartialEq for Xorkeyselect
Auto Trait Implementations§
impl Freeze for Xorkeyselect
impl RefUnwindSafe for Xorkeyselect
impl Send for Xorkeyselect
impl Sync for Xorkeyselect
impl Unpin for Xorkeyselect
impl UnwindSafe for Xorkeyselect
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