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