Struct IPresentationBuffer_Vtbl
#[repr(C)]pub struct IPresentationBuffer_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetAvailableEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE) -> HRESULT,
pub IsAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetAvailableEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE) -> HRESULT
§IsAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
Implementations§
§impl IPresentationBuffer_Vtbl
impl IPresentationBuffer_Vtbl
pub const fn new<Identity: IPresentationBuffer_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPresentationBuffer_Vtbl
impl RefUnwindSafe for IPresentationBuffer_Vtbl
impl Send for IPresentationBuffer_Vtbl
impl Sync for IPresentationBuffer_Vtbl
impl Unpin for IPresentationBuffer_Vtbl
impl UnwindSafe for IPresentationBuffer_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