Struct sgx_types::types::QlQveCollateralParam
source · [−]#[repr(C)]pub struct QlQveCollateralParam { /* private fields */ }
Trait Implementations
sourceimpl AsRef<[u8; 514]> for QlQveCollateralParam
impl AsRef<[u8; 514]> for QlQveCollateralParam
sourceimpl Clone for QlQveCollateralParam
impl Clone for QlQveCollateralParam
sourcefn clone(&self) -> QlQveCollateralParam
fn clone(&self) -> QlQveCollateralParam
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for QlQveCollateralParam
impl Debug for QlQveCollateralParam
sourceimpl Default for QlQveCollateralParam
impl Default for QlQveCollateralParam
sourcefn default() -> QlQveCollateralParam
fn default() -> QlQveCollateralParam
Returns the “default value” for a type. Read more
impl ContiguousMemory for QlQveCollateralParam
impl Copy for QlQveCollateralParam
Auto Trait Implementations
impl RefUnwindSafe for QlQveCollateralParam
impl Send for QlQveCollateralParam
impl Sync for QlQveCollateralParam
impl Unpin for QlQveCollateralParam
impl UnwindSafe for QlQveCollateralParam
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more