Struct nvml_wrapper::structs::device::RetiredPage
source · [−]Expand description
Returned from Device.retired_pages()
Fields
address: u64The hardware address of the page that was retired.
Note that this does not match the virtual address used in CUDA but does match the address information in XID 63.
timestamp: u64The retirement timestamp.
Trait Implementations
sourceimpl Clone for RetiredPage
impl Clone for RetiredPage
sourcefn clone(&self) -> RetiredPage
fn clone(&self) -> RetiredPage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RetiredPage
impl Debug for RetiredPage
sourceimpl Hash for RetiredPage
impl Hash for RetiredPage
sourceimpl PartialEq<RetiredPage> for RetiredPage
impl PartialEq<RetiredPage> for RetiredPage
sourcefn eq(&self, other: &RetiredPage) -> bool
fn eq(&self, other: &RetiredPage) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RetiredPage) -> bool
fn ne(&self, other: &RetiredPage) -> bool
This method tests for !=.
impl Eq for RetiredPage
impl StructuralEq for RetiredPage
impl StructuralPartialEq for RetiredPage
Auto Trait Implementations
impl RefUnwindSafe for RetiredPage
impl Send for RetiredPage
impl Sync for RetiredPage
impl Unpin for RetiredPage
impl UnwindSafe for RetiredPage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more