pub struct QmiMessageUimLogicalChannelOutput { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for QmiMessageUimLogicalChannelOutput
impl !Sync for QmiMessageUimLogicalChannelOutput
impl !Unpin for QmiMessageUimLogicalChannelOutput
impl Freeze for QmiMessageUimLogicalChannelOutput
impl RefUnwindSafe for QmiMessageUimLogicalChannelOutput
impl UnsafeUnpin for QmiMessageUimLogicalChannelOutput
impl UnwindSafe for QmiMessageUimLogicalChannelOutput
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