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