Struct sgx_types::types::QlQveCollateralParam
source · #[repr(C)]pub struct QlQveCollateralParam { /* private fields */ }
Trait Implementations§
source§impl Clone for QlQveCollateralParam
impl Clone for QlQveCollateralParam
source§fn clone(&self) -> QlQveCollateralParam
fn clone(&self) -> QlQveCollateralParam
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 moresource§impl Debug for QlQveCollateralParam
impl Debug for QlQveCollateralParam
source§impl Default for QlQveCollateralParam
impl Default for QlQveCollateralParam
source§fn 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§
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