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