#[repr(C)]pub struct nvmlVgpuPgpuCompatibility_st {
pub vgpuVmCompatibility: nvmlVgpuVmCompatibility_t,
pub compatibilityLimitCode: nvmlVgpuPgpuCompatibilityLimitCode_t,
}Fields§
§vgpuVmCompatibility: nvmlVgpuVmCompatibility_t§compatibilityLimitCode: nvmlVgpuPgpuCompatibilityLimitCode_tTrait 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 duplicate 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 Freeze for nvmlVgpuPgpuCompatibility_st
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