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