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