struct PinnedPageInfo {
gfn: u64,
unpin_busy_cnt: u64,
}Fields§
§gfn: u64§unpin_busy_cnt: u64Implementations§
Trait Implementations§
Source§impl Clone for PinnedPageInfo
impl Clone for PinnedPageInfo
Source§fn clone(&self) -> PinnedPageInfo
fn clone(&self) -> PinnedPageInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PinnedPageInfo
impl Debug for PinnedPageInfo
Source§impl Default for PinnedPageInfo
impl Default for PinnedPageInfo
Source§fn default() -> PinnedPageInfo
fn default() -> PinnedPageInfo
Returns the “default value” for a type. Read more
Source§impl PartialEq for PinnedPageInfo
impl PartialEq for PinnedPageInfo
impl Copy for PinnedPageInfo
impl Eq for PinnedPageInfo
impl StructuralPartialEq for PinnedPageInfo
Auto Trait Implementations§
impl Freeze for PinnedPageInfo
impl RefUnwindSafe for PinnedPageInfo
impl Send for PinnedPageInfo
impl Sync for PinnedPageInfo
impl Unpin for PinnedPageInfo
impl UnwindSafe for PinnedPageInfo
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