pub type SECItem = SECItemStr;
Aliased Type§
struct SECItem {
pub type_: u32,
pub data: *mut u8,
pub len: u32,
}
Fields§
§type_: u32
§data: *mut u8
§len: u32
Trait Implementations
Source§impl Clone for SECItemStr
impl Clone for SECItemStr
Source§fn clone(&self) -> SECItemStr
fn clone(&self) -> SECItemStr
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 more