Struct sasl2_sys::sasl::sasl_secret
source · [−]Fields
len: c_ulong
data: [c_uchar; 1]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sasl_secret
impl Send for sasl_secret
impl Sync for sasl_secret
impl Unpin for sasl_secret
impl UnwindSafe for sasl_secret
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more