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