#[repr(C)]pub struct IColorFrame {
pub lpVtbl: *mut IColorFrameVtbl,
}Fields§
§lpVtbl: *mut IColorFrameVtblTrait Implementations§
Auto Trait Implementations§
impl !Send for IColorFrame
impl !Sync for IColorFrame
impl Freeze for IColorFrame
impl RefUnwindSafe for IColorFrame
impl Unpin for IColorFrame
impl UnsafeUnpin for IColorFrame
impl UnwindSafe for IColorFrame
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