#[repr(u8)]pub enum RegType {
Dp = 0,
Ap = 1,
}Expand description
Represents the type of register being accessed in a command.
Variants§
Trait Implementations§
impl Eq for RegType
impl StructuralPartialEq for RegType
Auto Trait Implementations§
impl Freeze for RegType
impl RefUnwindSafe for RegType
impl Send for RegType
impl Sync for RegType
impl Unpin for RegType
impl UnsafeUnpin for RegType
impl UnwindSafe for RegType
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