#[repr(C)]pub struct nvmlVgpuPgpuCompatibility_st {
pub vgpuVmCompatibility: nvmlVgpuVmCompatibility_t,
pub compatibilityLimitCode: nvmlVgpuPgpuCompatibilityLimitCode_t,
}
Fields§
§vgpuVmCompatibility: nvmlVgpuVmCompatibility_t
§compatibilityLimitCode: nvmlVgpuPgpuCompatibilityLimitCode_t
Trait Implementations§
source§impl Clone for nvmlVgpuPgpuCompatibility_st
impl Clone for nvmlVgpuPgpuCompatibility_st
source§fn clone(&self) -> nvmlVgpuPgpuCompatibility_st
fn clone(&self) -> nvmlVgpuPgpuCompatibility_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 nvmlVgpuPgpuCompatibility_st
impl Debug for nvmlVgpuPgpuCompatibility_st
impl Copy for nvmlVgpuPgpuCompatibility_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlVgpuPgpuCompatibility_st
impl Send for nvmlVgpuPgpuCompatibility_st
impl Sync for nvmlVgpuPgpuCompatibility_st
impl Unpin for nvmlVgpuPgpuCompatibility_st
impl UnwindSafe for nvmlVgpuPgpuCompatibility_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