#[repr(C)]pub struct libmosquitto_will {
pub topic: *mut c_char,
pub payload: *mut c_void,
pub payloadlen: c_int,
pub qos: c_int,
pub retain: bool,
}Fields§
§topic: *mut c_char§payload: *mut c_void§payloadlen: c_int§qos: c_int§retain: boolTrait Implementations§
Source§impl Clone for libmosquitto_will
impl Clone for libmosquitto_will
Source§fn clone(&self) -> libmosquitto_will
fn clone(&self) -> libmosquitto_will
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for libmosquitto_will
Auto Trait Implementations§
impl !Send for libmosquitto_will
impl !Sync for libmosquitto_will
impl Freeze for libmosquitto_will
impl RefUnwindSafe for libmosquitto_will
impl Unpin for libmosquitto_will
impl UnsafeUnpin for libmosquitto_will
impl UnwindSafe for libmosquitto_will
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