#[repr(C)]pub struct mosquitto_acl_msg {
pub topic: *const c_char,
pub payload: *const c_void,
pub payloadlen: c_long,
pub qos: c_int,
pub retain: bool,
}Fields§
§topic: *const c_char§payload: *const c_void§payloadlen: c_long§qos: c_int§retain: boolTrait Implementations§
Source§impl Clone for mosquitto_acl_msg
impl Clone for mosquitto_acl_msg
Source§fn clone(&self) -> mosquitto_acl_msg
fn clone(&self) -> mosquitto_acl_msg
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_acl_msg
impl Debug for mosquitto_acl_msg
impl Copy for mosquitto_acl_msg
Auto Trait Implementations§
impl Freeze for mosquitto_acl_msg
impl RefUnwindSafe for mosquitto_acl_msg
impl !Send for mosquitto_acl_msg
impl !Sync for mosquitto_acl_msg
impl Unpin for mosquitto_acl_msg
impl UnwindSafe for mosquitto_acl_msg
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