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