Struct windows::Graphics::Imaging::IBitmapBuffer_Vtbl
#[repr(C)]pub struct IBitmapBuffer_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetPlaneCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetPlaneDescription: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut BitmapPlaneDescription) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetPlaneCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetPlaneDescription: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut BitmapPlaneDescription) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBitmapBuffer_Vtbl
impl RefUnwindSafe for IBitmapBuffer_Vtbl
impl Send for IBitmapBuffer_Vtbl
impl Sync for IBitmapBuffer_Vtbl
impl Unpin for IBitmapBuffer_Vtbl
impl UnwindSafe for IBitmapBuffer_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