#[repr(C)]pub struct nvmlGridLicenseExpiry_st {
pub year: c_uint,
pub month: c_ushort,
pub day: c_ushort,
pub hour: c_ushort,
pub min: c_ushort,
pub sec: c_ushort,
pub status: c_uchar,
}Fields§
§year: c_uint§month: c_ushort§day: c_ushort§hour: c_ushort§min: c_ushort§sec: c_ushort§status: c_ucharTrait Implementations§
Source§impl Clone for nvmlGridLicenseExpiry_st
impl Clone for nvmlGridLicenseExpiry_st
Source§fn clone(&self) -> nvmlGridLicenseExpiry_st
fn clone(&self) -> nvmlGridLicenseExpiry_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 nvmlGridLicenseExpiry_st
impl Debug for nvmlGridLicenseExpiry_st
impl Copy for nvmlGridLicenseExpiry_st
Auto Trait Implementations§
impl Freeze for nvmlGridLicenseExpiry_st
impl RefUnwindSafe for nvmlGridLicenseExpiry_st
impl Send for nvmlGridLicenseExpiry_st
impl Sync for nvmlGridLicenseExpiry_st
impl Unpin for nvmlGridLicenseExpiry_st
impl UnwindSafe for nvmlGridLicenseExpiry_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