#[repr(C)]pub struct sc_sec_env_param {
pub param_type: c_uint,
pub value: *mut c_void,
pub value_len: c_uint,
}
Fields§
§param_type: c_uint
§value: *mut c_void
§value_len: c_uint
Trait Implementations§
Source§impl Clone for sc_sec_env_param
impl Clone for sc_sec_env_param
Source§fn clone(&self) -> sc_sec_env_param
fn clone(&self) -> sc_sec_env_param
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 sc_sec_env_param
impl Debug for sc_sec_env_param
impl Copy for sc_sec_env_param
Auto Trait Implementations§
impl Freeze for sc_sec_env_param
impl RefUnwindSafe for sc_sec_env_param
impl !Send for sc_sec_env_param
impl !Sync for sc_sec_env_param
impl Unpin for sc_sec_env_param
impl UnwindSafe for sc_sec_env_param
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