pub struct QmiIndicationDsdSystemStatusOutput { /* private fields */ }Expand description
The QmiIndicationDsdSystemStatusOutput structure contains private data and should only be accessed
using the provided API.
Since: 1.32
Trait Implementations§
Source§impl Clone for QmiIndicationDsdSystemStatusOutput
impl Clone for QmiIndicationDsdSystemStatusOutput
Source§fn clone(&self) -> QmiIndicationDsdSystemStatusOutput
fn clone(&self) -> QmiIndicationDsdSystemStatusOutput
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 QmiIndicationDsdSystemStatusOutput
Auto Trait Implementations§
impl Freeze for QmiIndicationDsdSystemStatusOutput
impl RefUnwindSafe for QmiIndicationDsdSystemStatusOutput
impl Send for QmiIndicationDsdSystemStatusOutput
impl Sync for QmiIndicationDsdSystemStatusOutput
impl Unpin for QmiIndicationDsdSystemStatusOutput
impl UnsafeUnpin for QmiIndicationDsdSystemStatusOutput
impl UnwindSafe for QmiIndicationDsdSystemStatusOutput
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