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