pub struct QmiMessageAtrSendInput { /* private fields */ }Expand description
The QmiMessageAtrSendInput structure contains private data and should only be accessed
using the provided API.
Since: 1.34
Trait Implementations§
Source§impl Clone for QmiMessageAtrSendInput
impl Clone for QmiMessageAtrSendInput
Source§fn clone(&self) -> QmiMessageAtrSendInput
fn clone(&self) -> QmiMessageAtrSendInput
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 QmiMessageAtrSendInput
Auto Trait Implementations§
impl Freeze for QmiMessageAtrSendInput
impl RefUnwindSafe for QmiMessageAtrSendInput
impl Send for QmiMessageAtrSendInput
impl Sync for QmiMessageAtrSendInput
impl Unpin for QmiMessageAtrSendInput
impl UnsafeUnpin for QmiMessageAtrSendInput
impl UnwindSafe for QmiMessageAtrSendInput
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