Struct Page0Wp
#[repr(transparent)]pub struct Page0Wp(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Page0Wp
impl Ord for Page0Wp
§impl PartialOrd for Page0Wp
impl PartialOrd for Page0Wp
impl Copy for Page0Wp
impl Eq for Page0Wp
impl StructuralPartialEq for Page0Wp
Auto Trait Implementations§
impl Freeze for Page0Wp
impl RefUnwindSafe for Page0Wp
impl Send for Page0Wp
impl Sync for Page0Wp
impl Unpin for Page0Wp
impl UnwindSafe for Page0Wp
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