#[repr(C)]pub struct IActivationFilter {
pub lpVtbl: *const IActivationFilterVtbl,
}
Fields§
§lpVtbl: *const IActivationFilterVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IActivationFilter
impl Deref for IActivationFilter
Auto Trait Implementations§
impl Freeze for IActivationFilter
impl RefUnwindSafe for IActivationFilter
impl !Send for IActivationFilter
impl !Sync for IActivationFilter
impl Unpin for IActivationFilter
impl UnwindSafe for IActivationFilter
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