#[repr(C)]pub struct nvmlConfComputeGpuCertificate_st {
pub certChainSize: c_uint,
pub attestationCertChainSize: c_uint,
pub certChain: [c_uchar; 4096],
pub attestationCertChain: [c_uchar; 5120],
}
Fields§
§certChainSize: c_uint
§attestationCertChainSize: c_uint
§certChain: [c_uchar; 4096]
§attestationCertChain: [c_uchar; 5120]
Trait Implementations§
source§impl Clone for nvmlConfComputeGpuCertificate_st
impl Clone for nvmlConfComputeGpuCertificate_st
source§fn clone(&self) -> nvmlConfComputeGpuCertificate_st
fn clone(&self) -> nvmlConfComputeGpuCertificate_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 nvmlConfComputeGpuCertificate_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlConfComputeGpuCertificate_st
impl Send for nvmlConfComputeGpuCertificate_st
impl Sync for nvmlConfComputeGpuCertificate_st
impl Unpin for nvmlConfComputeGpuCertificate_st
impl UnwindSafe for nvmlConfComputeGpuCertificate_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