pub struct MigModeActivation {
pub status: Result<()>,
}Fields§
§status: Result<()>Implementations§
Source§impl MigModeActivation
impl MigModeActivation
pub fn from_raw(status: nvmlReturn_t) -> Self
Trait Implementations§
Source§impl Clone for MigModeActivation
impl Clone for MigModeActivation
Source§fn clone(&self) -> MigModeActivation
fn clone(&self) -> MigModeActivation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MigModeActivation
impl Debug for MigModeActivation
Source§impl PartialEq for MigModeActivation
impl PartialEq for MigModeActivation
Source§fn eq(&self, other: &MigModeActivation) -> bool
fn eq(&self, other: &MigModeActivation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MigModeActivation
impl StructuralPartialEq for MigModeActivation
Auto Trait Implementations§
impl Freeze for MigModeActivation
impl RefUnwindSafe for MigModeActivation
impl Send for MigModeActivation
impl Sync for MigModeActivation
impl Unpin for MigModeActivation
impl UnsafeUnpin for MigModeActivation
impl UnwindSafe for MigModeActivation
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