Struct sasl2_sys::sasl::sasl_secret
source · #[repr(C)]pub struct sasl_secret {
pub len: c_ulong,
pub data: [c_uchar; 1],
}
Fields§
§len: c_ulong
§data: [c_uchar; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sasl_secret
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§
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