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