Struct sasl2_sys::saslplug::client_sasl_mechanism
source · #[repr(C)]pub struct client_sasl_mechanism {
pub version: c_int,
pub plugname: *mut c_char,
pub plug: *const sasl_client_plug_t,
}
Fields§
§version: c_int
§plugname: *mut c_char
§plug: *const sasl_client_plug_t
Trait Implementations§
source§impl Clone for client_sasl_mechanism
impl Clone for client_sasl_mechanism
source§fn clone(&self) -> client_sasl_mechanism
fn clone(&self) -> client_sasl_mechanism
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 moresource§impl Debug for client_sasl_mechanism
impl Debug for client_sasl_mechanism
impl Copy for client_sasl_mechanism
Auto Trait Implementations§
impl Freeze for client_sasl_mechanism
impl RefUnwindSafe for client_sasl_mechanism
impl !Send for client_sasl_mechanism
impl !Sync for client_sasl_mechanism
impl Unpin for client_sasl_mechanism
impl UnwindSafe for client_sasl_mechanism
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