#[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_uintTrait 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 duplicate 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 Freeze for nvmlVgpuLicenseInfo_st
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