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