pub enum AccessRegisterOpMod {
Write = 0,
Read = 1,
}Expand description
Possible values of the opcode modifer when the opcode is CommandOpcode::AccessRegister.
Variants§
Trait Implementations§
source§impl Clone for AccessRegisterOpMod
impl Clone for AccessRegisterOpMod
source§fn clone(&self) -> AccessRegisterOpMod
fn clone(&self) -> AccessRegisterOpMod
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 moreimpl Copy for AccessRegisterOpMod
Auto Trait Implementations§
impl RefUnwindSafe for AccessRegisterOpMod
impl Send for AccessRegisterOpMod
impl Sync for AccessRegisterOpMod
impl Unpin for AccessRegisterOpMod
impl UnwindSafe for AccessRegisterOpMod
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