#[repr(C)]pub struct SECItemStr {
pub type_: SECItemType,
pub data: *mut c_uchar,
pub len: c_uint,
}Fields§
§type_: SECItemType§data: *mut c_uchar§len: c_uintTrait Implementations§
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