#[repr(C)]pub struct nvmlVgpuLicenseExpiry_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_uchar
Trait Implementations§
source§impl Clone for nvmlVgpuLicenseExpiry_st
impl Clone for nvmlVgpuLicenseExpiry_st
source§fn clone(&self) -> nvmlVgpuLicenseExpiry_st
fn clone(&self) -> nvmlVgpuLicenseExpiry_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 nvmlVgpuLicenseExpiry_st
impl Debug for nvmlVgpuLicenseExpiry_st
impl Copy for nvmlVgpuLicenseExpiry_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlVgpuLicenseExpiry_st
impl Send for nvmlVgpuLicenseExpiry_st
impl Sync for nvmlVgpuLicenseExpiry_st
impl Unpin for nvmlVgpuLicenseExpiry_st
impl UnwindSafe for nvmlVgpuLicenseExpiry_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