Struct nss_sys::SECItemStr [] [src]

#[repr(C)]
pub struct SECItemStr { pub type_: SECItemType, pub data: *mut c_uchar, pub len: c_uint, }

Fields

Trait Implementations

impl Debug for SECItemStr
[src]

Formats the value using the given formatter.