pub struct gss_channel_bindings_struct { /* private fields */ }Implementations§
Source§impl gss_channel_bindings_struct
impl gss_channel_bindings_struct
pub fn to_sys(&mut self) -> gss_channel_bindings_struct
pub fn to_sys_ptr(&mut self) -> gss_channel_bindings_t
pub fn from_sys( chan: gss_channel_bindings_struct, ) -> gss_channel_bindings_struct
pub fn from_sys_ptr(chan: gss_channel_bindings_t) -> gss_channel_bindings_struct
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
Source§impl Hash for gss_channel_bindings_struct
impl Hash for gss_channel_bindings_struct
Source§impl Ord for gss_channel_bindings_struct
impl Ord for gss_channel_bindings_struct
Source§fn cmp(&self, other: &gss_channel_bindings_struct) -> Ordering
fn cmp(&self, other: &gss_channel_bindings_struct) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for gss_channel_bindings_struct
impl PartialOrd for gss_channel_bindings_struct
impl Eq for gss_channel_bindings_struct
impl StructuralPartialEq 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