#[repr(C)]pub struct mosquitto_auth_opt {
pub key: *mut c_char,
pub value: *mut c_char,
}Fields§
§key: *mut c_char§value: *mut c_charTrait Implementations§
Source§impl Clone for mosquitto_auth_opt
impl Clone for mosquitto_auth_opt
Source§fn clone(&self) -> mosquitto_auth_opt
fn clone(&self) -> mosquitto_auth_opt
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 mosquitto_auth_opt
impl Debug for mosquitto_auth_opt
impl Copy for mosquitto_auth_opt
Auto Trait Implementations§
impl Freeze for mosquitto_auth_opt
impl RefUnwindSafe for mosquitto_auth_opt
impl !Send for mosquitto_auth_opt
impl !Sync for mosquitto_auth_opt
impl Unpin for mosquitto_auth_opt
impl UnwindSafe for mosquitto_auth_opt
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