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