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