#[repr(u32)]pub enum GTlsChannelBindingType {
G_TLS_CHANNEL_BINDING_TLS_UNIQUE = 0,
G_TLS_CHANNEL_BINDING_TLS_SERVER_END_POINT = 1,
G_TLS_CHANNEL_BINDING_TLS_EXPORTER = 2,
}Variants§
G_TLS_CHANNEL_BINDING_TLS_UNIQUE = 0
G_TLS_CHANNEL_BINDING_TLS_SERVER_END_POINT = 1
G_TLS_CHANNEL_BINDING_TLS_EXPORTER = 2
Trait Implementations§
Source§impl Clone for GTlsChannelBindingType
impl Clone for GTlsChannelBindingType
Source§fn clone(&self) -> GTlsChannelBindingType
fn clone(&self) -> GTlsChannelBindingType
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 GTlsChannelBindingType
impl Debug for GTlsChannelBindingType
Source§impl Hash for GTlsChannelBindingType
impl Hash for GTlsChannelBindingType
Source§impl PartialEq for GTlsChannelBindingType
impl PartialEq for GTlsChannelBindingType
impl Copy for GTlsChannelBindingType
impl Eq for GTlsChannelBindingType
impl StructuralPartialEq for GTlsChannelBindingType
Auto Trait Implementations§
impl Freeze for GTlsChannelBindingType
impl RefUnwindSafe for GTlsChannelBindingType
impl Send for GTlsChannelBindingType
impl Sync for GTlsChannelBindingType
impl Unpin for GTlsChannelBindingType
impl UnwindSafe for GTlsChannelBindingType
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