Struct nvml_wrapper_sys::bindings::nvmlVgpuLicenseInfo_st
source · #[repr(C)]pub struct nvmlVgpuLicenseInfo_st {
pub isLicensed: c_uchar,
pub licenseExpiry: nvmlVgpuLicenseExpiry_t,
pub currentState: c_uint,
}
Fields§
§isLicensed: c_uchar
§licenseExpiry: nvmlVgpuLicenseExpiry_t
§currentState: c_uint
Trait Implementations§
source§impl Clone for nvmlVgpuLicenseInfo_st
impl Clone for nvmlVgpuLicenseInfo_st
source§fn clone(&self) -> nvmlVgpuLicenseInfo_st
fn clone(&self) -> nvmlVgpuLicenseInfo_st
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 nvmlVgpuLicenseInfo_st
impl Debug for nvmlVgpuLicenseInfo_st
impl Copy for nvmlVgpuLicenseInfo_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlVgpuLicenseInfo_st
impl Send for nvmlVgpuLicenseInfo_st
impl Sync for nvmlVgpuLicenseInfo_st
impl Unpin for nvmlVgpuLicenseInfo_st
impl UnwindSafe for nvmlVgpuLicenseInfo_st
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