Struct ICompositionBackdropBrush_Vtbl
#[repr(C)]pub struct ICompositionBackdropBrush_Vtbl {
pub base__: IInspectable_Vtbl,
}
Fields§
§base__: IInspectable_Vtbl
Auto Trait Implementations§
impl Freeze for ICompositionBackdropBrush_Vtbl
impl RefUnwindSafe for ICompositionBackdropBrush_Vtbl
impl Send for ICompositionBackdropBrush_Vtbl
impl Sync for ICompositionBackdropBrush_Vtbl
impl Unpin for ICompositionBackdropBrush_Vtbl
impl UnwindSafe for ICompositionBackdropBrush_Vtbl
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