#[repr(C)]pub struct sc_security_env {
pub flags: c_ulong,
pub operation: c_int,
pub algorithm: c_uint,
pub algorithm_flags: c_uint,
pub algorithm_ref: c_uint,
pub file_ref: sc_path,
pub key_ref: [c_uchar; 8],
pub key_ref_len: size_t,
pub target_file_ref: sc_path,
pub supported_algos: [sc_supported_algo_info; 8],
pub params: [sc_sec_env_param; 10],
}
Fields§
§flags: c_ulong
§operation: c_int
§algorithm: c_uint
§algorithm_flags: c_uint
§algorithm_ref: c_uint
§file_ref: sc_path
§key_ref: [c_uchar; 8]
§key_ref_len: size_t
§target_file_ref: sc_path
§supported_algos: [sc_supported_algo_info; 8]
§params: [sc_sec_env_param; 10]
Trait Implementations§
Source§impl Clone for sc_security_env
impl Clone for sc_security_env
Source§fn clone(&self) -> sc_security_env
fn clone(&self) -> sc_security_env
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_security_env
impl Debug for sc_security_env
impl Copy for sc_security_env
Auto Trait Implementations§
impl Freeze for sc_security_env
impl RefUnwindSafe for sc_security_env
impl !Send for sc_security_env
impl !Sync for sc_security_env
impl Unpin for sc_security_env
impl UnwindSafe for sc_security_env
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