pub struct VgpuLicenseExpiry {
pub year: u32,
pub month: u16,
pub day: u16,
pub hour: u16,
pub minute: u16,
pub second: u16,
pub status: u8,
}Fields§
§year: u32§month: u16§day: u16§hour: u16§minute: u16§second: u16§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 moreSource§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.
Source§impl Hash for VgpuLicenseExpiry
impl Hash for VgpuLicenseExpiry
Source§impl PartialEq for VgpuLicenseExpiry
impl PartialEq for VgpuLicenseExpiry
Source§fn eq(&self, other: &VgpuLicenseExpiry) -> bool
fn eq(&self, other: &VgpuLicenseExpiry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VgpuLicenseExpiry
impl Eq for VgpuLicenseExpiry
impl StructuralPartialEq for VgpuLicenseExpiry
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