Struct windows::Win32::Media::KernelStreaming::IKsAllocatorEx_Vtbl
#[repr(C)]pub struct IKsAllocatorEx_Vtbl {
pub base__: IKsAllocator_Vtbl,
pub KsGetProperties: unsafe extern "system" fn(_: *mut c_void) -> *mut ALLOCATOR_PROPERTIES_EX,
pub KsSetProperties: unsafe extern "system" fn(_: *mut c_void, _: *const ALLOCATOR_PROPERTIES_EX),
pub KsSetAllocatorHandle: unsafe extern "system" fn(_: *mut c_void, _: HANDLE),
pub KsCreateAllocatorAndGetHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HANDLE,
}
Fields§
§base__: IKsAllocator_Vtbl
§KsGetProperties: unsafe extern "system" fn(_: *mut c_void) -> *mut ALLOCATOR_PROPERTIES_EX
§KsSetProperties: unsafe extern "system" fn(_: *mut c_void, _: *const ALLOCATOR_PROPERTIES_EX)
§KsSetAllocatorHandle: unsafe extern "system" fn(_: *mut c_void, _: HANDLE)
§KsCreateAllocatorAndGetHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HANDLE
Implementations§
§impl IKsAllocatorEx_Vtbl
impl IKsAllocatorEx_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IKsAllocatorEx_Vtblwhere
Identity: IKsAllocatorEx_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IKsAllocatorEx_Vtbl
impl RefUnwindSafe for IKsAllocatorEx_Vtbl
impl Send for IKsAllocatorEx_Vtbl
impl Sync for IKsAllocatorEx_Vtbl
impl Unpin for IKsAllocatorEx_Vtbl
impl UnwindSafe for IKsAllocatorEx_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