pub enum RegisterFile {
GeneralPurpose(Register),
Control(ControlRegister),
}Variants§
GeneralPurpose(Register)
Control(ControlRegister)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegisterFile
impl RefUnwindSafe for RegisterFile
impl Send for RegisterFile
impl Sync for RegisterFile
impl Unpin for RegisterFile
impl UnsafeUnpin for RegisterFile
impl UnwindSafe for RegisterFile
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