#[repr(C)]pub struct SECOidDataStr {
pub oid: SECItem,
pub offset: u32,
pub desc: *const c_char,
pub mechanism: c_ulong,
pub supportedExtension: u32,
}
Fields§
§oid: SECItem
§offset: u32
§desc: *const c_char
§mechanism: c_ulong
§supportedExtension: u32
Trait Implementations§
Source§impl Clone for SECOidDataStr
impl Clone for SECOidDataStr
Source§fn clone(&self) -> SECOidDataStr
fn clone(&self) -> SECOidDataStr
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 moreimpl Copy for SECOidDataStr
Auto Trait Implementations§
impl Freeze for SECOidDataStr
impl RefUnwindSafe for SECOidDataStr
impl !Send for SECOidDataStr
impl !Sync for SECOidDataStr
impl Unpin for SECOidDataStr
impl UnwindSafe for SECOidDataStr
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