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