#[repr(C)]pub struct nvmlVgpuPgpuMetadata_st {
pub version: c_uint,
pub revision: c_uint,
pub hostDriverVersion: [c_char; 80],
pub pgpuVirtualizationCaps: c_uint,
pub reserved: [c_uint; 5],
pub hostSupportedVgpuRange: nvmlVgpuVersion_t,
pub opaqueDataSize: c_uint,
pub opaqueData: [c_char; 4],
}
Fields§
§version: c_uint
§revision: c_uint
§hostDriverVersion: [c_char; 80]
§pgpuVirtualizationCaps: c_uint
§reserved: [c_uint; 5]
§hostSupportedVgpuRange: nvmlVgpuVersion_t
§opaqueDataSize: c_uint
§opaqueData: [c_char; 4]
Trait Implementations§
source§impl Clone for nvmlVgpuPgpuMetadata_st
impl Clone for nvmlVgpuPgpuMetadata_st
source§fn clone(&self) -> nvmlVgpuPgpuMetadata_st
fn clone(&self) -> nvmlVgpuPgpuMetadata_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 nvmlVgpuPgpuMetadata_st
impl Debug for nvmlVgpuPgpuMetadata_st
impl Copy for nvmlVgpuPgpuMetadata_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlVgpuPgpuMetadata_st
impl Send for nvmlVgpuPgpuMetadata_st
impl Sync for nvmlVgpuPgpuMetadata_st
impl Unpin for nvmlVgpuPgpuMetadata_st
impl UnwindSafe for nvmlVgpuPgpuMetadata_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