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