pub enum VgpuGuestInfoState {
Uninitialized,
Initialized,
}Variants§
Implementations§
Source§impl VgpuGuestInfoState
impl VgpuGuestInfoState
Sourcepub fn as_c(&self) -> nvmlVgpuGuestInfoState_enum
pub fn as_c(&self) -> nvmlVgpuGuestInfoState_enum
Returns the C enum variant equivalent for the given Rust enum variant
Trait Implementations§
Source§impl Clone for VgpuGuestInfoState
impl Clone for VgpuGuestInfoState
Source§fn clone(&self) -> VgpuGuestInfoState
fn clone(&self) -> VgpuGuestInfoState
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 moreimpl Copy for VgpuGuestInfoState
Source§impl Debug for VgpuGuestInfoState
impl Debug for VgpuGuestInfoState
impl Eq for VgpuGuestInfoState
Source§impl Hash for VgpuGuestInfoState
impl Hash for VgpuGuestInfoState
Source§impl PartialEq for VgpuGuestInfoState
impl PartialEq for VgpuGuestInfoState
impl StructuralPartialEq for VgpuGuestInfoState
Auto Trait Implementations§
impl Freeze for VgpuGuestInfoState
impl RefUnwindSafe for VgpuGuestInfoState
impl Send for VgpuGuestInfoState
impl Sync for VgpuGuestInfoState
impl Unpin for VgpuGuestInfoState
impl UnsafeUnpin for VgpuGuestInfoState
impl UnwindSafe for VgpuGuestInfoState
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