pub enum RegWidth {
U8,
U16,
U32,
U64,
}Expand description
寄存器宽度
Variants§
Trait Implementations§
impl Copy for RegWidth
impl Eq for RegWidth
impl StructuralPartialEq for RegWidth
Auto Trait Implementations§
impl Freeze for RegWidth
impl RefUnwindSafe for RegWidth
impl Send for RegWidth
impl Sync for RegWidth
impl Unpin for RegWidth
impl UnwindSafe for RegWidth
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