#[repr(C)]pub struct nvmlConfComputeGpuAttestationReport_st {
pub isCecAttestationReportPresent: c_uint,
pub attestationReportSize: c_uint,
pub cecAttestationReportSize: c_uint,
pub nonce: [c_uchar; 32],
pub attestationReport: [c_uchar; 8192],
pub cecAttestationReport: [c_uchar; 4096],
}
Fields§
§isCecAttestationReportPresent: c_uint
§attestationReportSize: c_uint
§cecAttestationReportSize: c_uint
§nonce: [c_uchar; 32]
§attestationReport: [c_uchar; 8192]
§cecAttestationReport: [c_uchar; 4096]
Trait Implementations§
source§impl Clone for nvmlConfComputeGpuAttestationReport_st
impl Clone for nvmlConfComputeGpuAttestationReport_st
source§fn clone(&self) -> nvmlConfComputeGpuAttestationReport_st
fn clone(&self) -> nvmlConfComputeGpuAttestationReport_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 moreimpl Copy for nvmlConfComputeGpuAttestationReport_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlConfComputeGpuAttestationReport_st
impl Send for nvmlConfComputeGpuAttestationReport_st
impl Sync for nvmlConfComputeGpuAttestationReport_st
impl Unpin for nvmlConfComputeGpuAttestationReport_st
impl UnwindSafe for nvmlConfComputeGpuAttestationReport_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