#[repr(C, packed)]
pub struct CQlConfig { pub version: QlConfigVersion, pub cert_cpu_svn: CpuSvn, pub cert_pce_isv_svn: u16, pub cert_data_size: u32, pub p_cert_data: *mut u8, }

Fields

version: QlConfigVersioncert_cpu_svn: CpuSvncert_pce_isv_svn: u16cert_data_size: u32p_cert_data: *mut u8

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.