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