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