Struct windows::Win32::Media::DirectShow::Tv::IStreamBufferInitialize_Vtbl
#[repr(C)]pub struct IStreamBufferInitialize_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetHKEY: unsafe extern "system" fn(_: *mut c_void, _: HKEY) -> HRESULT,
pub SetSIDs: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PSID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetHKEY: unsafe extern "system" fn(_: *mut c_void, _: HKEY) -> HRESULT
§SetSIDs: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PSID) -> HRESULT
Implementations§
§impl IStreamBufferInitialize_Vtbl
impl IStreamBufferInitialize_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IStreamBufferInitialize_Vtblwhere
Identity: IStreamBufferInitialize_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStreamBufferInitialize_Vtbl
impl RefUnwindSafe for IStreamBufferInitialize_Vtbl
impl Send for IStreamBufferInitialize_Vtbl
impl Sync for IStreamBufferInitialize_Vtbl
impl Unpin for IStreamBufferInitialize_Vtbl
impl UnwindSafe for IStreamBufferInitialize_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