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