pub struct JsonCommandSettings_Impl { /* private fields */ }Trait Implementations§
Source§impl ComObjectInterface<ICommandSettings> for JsonCommandSettings_Impl
impl ComObjectInterface<ICommandSettings> for JsonCommandSettings_Impl
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, ICommandSettings>
fn as_interface_ref(&self) -> InterfaceRef<'_, ICommandSettings>
Gets a borrowed interface that is implemented by
T.Source§impl ComObjectInterface<IInspectable> for JsonCommandSettings_Impl
impl ComObjectInterface<IInspectable> for JsonCommandSettings_Impl
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IInspectable>
fn as_interface_ref(&self) -> InterfaceRef<'_, IInspectable>
Gets a borrowed interface that is implemented by
T.Source§impl ComObjectInterface<IUnknown> for JsonCommandSettings_Impl
impl ComObjectInterface<IUnknown> for JsonCommandSettings_Impl
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IUnknown>
fn as_interface_ref(&self) -> InterfaceRef<'_, IUnknown>
Gets a borrowed interface that is implemented by
T.Source§impl Deref for JsonCommandSettings_Impl
impl Deref for JsonCommandSettings_Impl
Source§impl ICommandSettings_Impl for JsonCommandSettings_Impl
impl ICommandSettings_Impl for JsonCommandSettings_Impl
fn SettingsPage(&self) -> Result<IContentPage>
Auto Trait Implementations§
impl !Freeze for JsonCommandSettings_Impl
impl !RefUnwindSafe for JsonCommandSettings_Impl
impl !UnwindSafe for JsonCommandSettings_Impl
impl Send for JsonCommandSettings_Impl
impl Sync for JsonCommandSettings_Impl
impl Unpin for JsonCommandSettings_Impl
impl UnsafeUnpin for JsonCommandSettings_Impl
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