pub struct VgpuLicenseExpiry {
pub year: u16,
pub month: u8,
pub day: u8,
pub hour: u8,
pub min: u8,
pub sec: u8,
pub status: u8,
}Fields§
§year: u16§month: u8§day: u8§hour: u8§min: u8§sec: u8§status: u8Trait Implementations§
Source§impl Clone for VgpuLicenseExpiry
impl Clone for VgpuLicenseExpiry
Source§fn clone(&self) -> VgpuLicenseExpiry
fn clone(&self) -> VgpuLicenseExpiry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VgpuLicenseExpiry
Source§impl Debug for VgpuLicenseExpiry
impl Debug for VgpuLicenseExpiry
Source§impl From<nvmlVgpuLicenseExpiry_st> for VgpuLicenseExpiry
impl From<nvmlVgpuLicenseExpiry_st> for VgpuLicenseExpiry
Source§fn from(value: nvmlVgpuLicenseExpiry_t) -> Self
fn from(value: nvmlVgpuLicenseExpiry_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VgpuLicenseExpiry
impl RefUnwindSafe for VgpuLicenseExpiry
impl Send for VgpuLicenseExpiry
impl Sync for VgpuLicenseExpiry
impl Unpin for VgpuLicenseExpiry
impl UnsafeUnpin for VgpuLicenseExpiry
impl UnwindSafe for VgpuLicenseExpiry
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