Struct libgssapi_sys::gss_OID_desc_struct
source · #[repr(C)]pub struct gss_OID_desc_struct {
pub length: OM_uint32,
pub elements: *mut c_void,
}Fields§
§length: OM_uint32§elements: *mut c_voidTrait Implementations§
source§impl Clone for gss_OID_desc_struct
impl Clone for gss_OID_desc_struct
source§fn clone(&self) -> gss_OID_desc_struct
fn clone(&self) -> gss_OID_desc_struct
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