Struct windows::Win32::Media::DirectShow::IDVRGB219_Vtbl
#[repr(C)]pub struct IDVRGB219_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetRGB219: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetRGB219: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IDVRGB219_Vtbl
impl IDVRGB219_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDVRGB219_Vtblwhere
Identity: IDVRGB219_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDVRGB219_Vtbl
impl RefUnwindSafe for IDVRGB219_Vtbl
impl Send for IDVRGB219_Vtbl
impl Sync for IDVRGB219_Vtbl
impl Unpin for IDVRGB219_Vtbl
impl UnwindSafe for IDVRGB219_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