#[repr(C)]pub struct nvmlGridLicensableFeature_st {
pub featureCode: nvmlGridLicenseFeatureCode_t,
pub featureState: c_uint,
pub licenseInfo: [c_char; 128],
pub productName: [c_char; 128],
pub featureEnabled: c_uint,
pub licenseExpiry: nvmlGridLicenseExpiry_t,
}Fields§
§featureCode: nvmlGridLicenseFeatureCode_t§featureState: c_uint§licenseInfo: [c_char; 128]§productName: [c_char; 128]§featureEnabled: c_uint§licenseExpiry: nvmlGridLicenseExpiry_tTrait Implementations§
Source§impl Clone for nvmlGridLicensableFeature_st
impl Clone for nvmlGridLicensableFeature_st
Source§fn clone(&self) -> nvmlGridLicensableFeature_st
fn clone(&self) -> nvmlGridLicensableFeature_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 nvmlGridLicensableFeature_st
impl Debug for nvmlGridLicensableFeature_st
impl Copy for nvmlGridLicensableFeature_st
Auto Trait Implementations§
impl Freeze for nvmlGridLicensableFeature_st
impl RefUnwindSafe for nvmlGridLicensableFeature_st
impl Send for nvmlGridLicensableFeature_st
impl Sync for nvmlGridLicensableFeature_st
impl Unpin for nvmlGridLicensableFeature_st
impl UnwindSafe for nvmlGridLicensableFeature_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