#[repr(C)]pub struct gss_channel_bindings_struct {
pub initiator_addrtype: OM_uint32,
pub initiator_address: gss_buffer_desc,
pub acceptor_addrtype: OM_uint32,
pub acceptor_address: gss_buffer_desc,
pub application_data: gss_buffer_desc,
}
Fields§
§initiator_addrtype: OM_uint32
§initiator_address: gss_buffer_desc
§acceptor_addrtype: OM_uint32
§acceptor_address: gss_buffer_desc
§application_data: gss_buffer_desc
Trait Implementations§
Source§impl Clone for gss_channel_bindings_struct
impl Clone for gss_channel_bindings_struct
Source§fn clone(&self) -> gss_channel_bindings_struct
fn clone(&self) -> gss_channel_bindings_struct
Returns a duplicate 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 moreSource§impl Debug for gss_channel_bindings_struct
impl Debug for gss_channel_bindings_struct
impl Copy for gss_channel_bindings_struct
Auto Trait Implementations§
impl Freeze for gss_channel_bindings_struct
impl RefUnwindSafe for gss_channel_bindings_struct
impl !Send for gss_channel_bindings_struct
impl !Sync for gss_channel_bindings_struct
impl Unpin for gss_channel_bindings_struct
impl UnwindSafe for gss_channel_bindings_struct
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