#[repr(C)]pub struct SECItemStr {
pub type_: u32,
pub data: *mut c_uchar,
pub len: c_uint,
}
Fields§
§type_: u32
§data: *mut c_uchar
§len: c_uint
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 moreSource§impl Debug for SECItemStr
impl Debug for SECItemStr
impl Copy for SECItemStr
Auto Trait Implementations§
impl Freeze for SECItemStr
impl RefUnwindSafe for SECItemStr
impl !Send for SECItemStr
impl !Sync for SECItemStr
impl Unpin for SECItemStr
impl UnwindSafe for SECItemStr
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