pub struct QmiIndicationWdsExtendedIpConfigOutput { /* private fields */ }Expand description
The QmiIndicationWdsExtendedIpConfigOutput structure contains private data and should only be accessed
using the provided API.
Since: 1.32
Trait Implementations§
Source§impl Clone for QmiIndicationWdsExtendedIpConfigOutput
impl Clone for QmiIndicationWdsExtendedIpConfigOutput
Source§fn clone(&self) -> QmiIndicationWdsExtendedIpConfigOutput
fn clone(&self) -> QmiIndicationWdsExtendedIpConfigOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiIndicationWdsExtendedIpConfigOutput
Auto Trait Implementations§
impl Freeze for QmiIndicationWdsExtendedIpConfigOutput
impl RefUnwindSafe for QmiIndicationWdsExtendedIpConfigOutput
impl Send for QmiIndicationWdsExtendedIpConfigOutput
impl Sync for QmiIndicationWdsExtendedIpConfigOutput
impl Unpin 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