Struct IDvdGraphBuilder_Vtbl
#[repr(C)]pub struct IDvdGraphBuilder_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetFiltergraph: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDvdInterface: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RenderDvdVideoVolume: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut AM_DVD_RENDERSTATUS) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetFiltergraph: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetDvdInterface: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RenderDvdVideoVolume: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut AM_DVD_RENDERSTATUS) -> HRESULT
Implementations§
§impl IDvdGraphBuilder_Vtbl
impl IDvdGraphBuilder_Vtbl
pub const fn new<Identity: IDvdGraphBuilder_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDvdGraphBuilder_Vtbl
impl RefUnwindSafe for IDvdGraphBuilder_Vtbl
impl Send for IDvdGraphBuilder_Vtbl
impl Sync for IDvdGraphBuilder_Vtbl
impl Unpin for IDvdGraphBuilder_Vtbl
impl UnwindSafe for IDvdGraphBuilder_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