#[repr(transparent)]pub struct PkcUptr(pub u32);Expand description
Universal pointer FUP program
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for PkcUptr
impl Eq for PkcUptr
impl StructuralPartialEq for PkcUptr
Auto Trait Implementations§
impl Freeze for PkcUptr
impl RefUnwindSafe for PkcUptr
impl Send for PkcUptr
impl Sync for PkcUptr
impl Unpin for PkcUptr
impl UnwindSafe for PkcUptr
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