Struct windows::Win32::Graphics::Direct3D::ID3DBlob_Vtbl
#[repr(C)]pub struct ID3DBlob_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetBufferPointer: unsafe extern "system" fn(_: *mut c_void) -> *mut c_void,
pub GetBufferSize: unsafe extern "system" fn(_: *mut c_void) -> usize,
}
Fields§
§base__: IUnknown_Vtbl
§GetBufferPointer: unsafe extern "system" fn(_: *mut c_void) -> *mut c_void
§GetBufferSize: unsafe extern "system" fn(_: *mut c_void) -> usize
Implementations§
§impl ID3DBlob_Vtbl
impl ID3DBlob_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ID3DBlob_Vtblwhere
Identity: ID3DBlob_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ID3DBlob_Vtbl
impl RefUnwindSafe for ID3DBlob_Vtbl
impl Send for ID3DBlob_Vtbl
impl Sync for ID3DBlob_Vtbl
impl Unpin for ID3DBlob_Vtbl
impl UnwindSafe for ID3DBlob_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