#[repr(C)]pub struct nvmlGridLicensableFeatures_st {
pub isGridLicenseSupported: c_int,
pub licensableFeaturesCount: c_uint,
pub gridLicensableFeatures: [nvmlGridLicensableFeature_t; 3],
}
Fields§
§isGridLicenseSupported: c_int
§licensableFeaturesCount: c_uint
§gridLicensableFeatures: [nvmlGridLicensableFeature_t; 3]
Trait Implementations§
source§impl Clone for nvmlGridLicensableFeatures_st
impl Clone for nvmlGridLicensableFeatures_st
source§fn clone(&self) -> nvmlGridLicensableFeatures_st
fn clone(&self) -> nvmlGridLicensableFeatures_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 moreimpl Copy for nvmlGridLicensableFeatures_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlGridLicensableFeatures_st
impl Send for nvmlGridLicensableFeatures_st
impl Sync for nvmlGridLicensableFeatures_st
impl Unpin for nvmlGridLicensableFeatures_st
impl UnwindSafe for nvmlGridLicensableFeatures_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