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