pub struct QmiMessageContext { /* private fields */ }Expand description
An opaque type representing a QMI message context.
Since: 1.18
Trait Implementations§
Source§impl Clone for QmiMessageContext
impl Clone for QmiMessageContext
Source§fn clone(&self) -> QmiMessageContext
fn clone(&self) -> QmiMessageContext
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 QmiMessageContext
Auto Trait Implementations§
impl Freeze for QmiMessageContext
impl RefUnwindSafe for QmiMessageContext
impl Send for QmiMessageContext
impl Sync for QmiMessageContext
impl Unpin for QmiMessageContext
impl UnsafeUnpin for QmiMessageContext
impl UnwindSafe for QmiMessageContext
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