#[repr(transparent)]pub struct PkcZrptr2(pub u32);Expand description
Z+R pointer register, parameter set 2
Tuple Fields§
§0: u32Implementations§
Source§impl PkcZrptr2
impl PkcZrptr2
Trait Implementations§
impl Copy for PkcZrptr2
impl Eq for PkcZrptr2
impl StructuralPartialEq for PkcZrptr2
Auto Trait Implementations§
impl Freeze for PkcZrptr2
impl RefUnwindSafe for PkcZrptr2
impl Send for PkcZrptr2
impl Sync for PkcZrptr2
impl Unpin for PkcZrptr2
impl UnwindSafe for PkcZrptr2
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