pub struct PReg(pub u8);Expand description
Physical register (target-specific numbering).
Tuple Fields§
§0: u8Trait Implementations§
impl Copy for PReg
impl Eq for PReg
impl StructuralPartialEq for PReg
Auto Trait Implementations§
impl Freeze for PReg
impl RefUnwindSafe for PReg
impl Send for PReg
impl Sync for PReg
impl Unpin for PReg
impl UnsafeUnpin for PReg
impl UnwindSafe for PReg
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