pub struct Filters_Impl { /* private fields */ }Trait Implementations§
Source§impl ComObjectInterface<IFilters> for Filters_Impl
impl ComObjectInterface<IFilters> for Filters_Impl
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IFilters>
fn as_interface_ref(&self) -> InterfaceRef<'_, IFilters>
Gets a borrowed interface that is implemented by
T.Source§impl ComObjectInterface<IInspectable> for Filters_Impl
impl ComObjectInterface<IInspectable> for Filters_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 Filters_Impl
impl ComObjectInterface<IUnknown> for Filters_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 Filters_Impl
impl Deref for Filters_Impl
Source§impl IFilters_Impl for Filters_Impl
impl IFilters_Impl for Filters_Impl
fn CurrentFilterId(&self) -> Result<HSTRING>
fn GetFilters(&self) -> Result<Array<IFilterItem>>
fn SetCurrentFilterId(&self, value: &HSTRING) -> Result<()>
Auto Trait Implementations§
impl !Freeze for Filters_Impl
impl !RefUnwindSafe for Filters_Impl
impl !UnwindSafe for Filters_Impl
impl Send for Filters_Impl
impl Sync for Filters_Impl
impl Unpin for Filters_Impl
impl UnsafeUnpin for Filters_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