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