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