Struct windows::Win32::Storage::Imapi::DDiscFormat2RawCDEvents_Vtbl
#[repr(C)]pub struct DDiscFormat2RawCDEvents_Vtbl {
pub base__: IDispatch_Vtbl,
pub Update: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Update: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl DDiscFormat2RawCDEvents_Vtbl
impl DDiscFormat2RawCDEvents_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> DDiscFormat2RawCDEvents_Vtblwhere
Identity: DDiscFormat2RawCDEvents_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for DDiscFormat2RawCDEvents_Vtbl
impl RefUnwindSafe for DDiscFormat2RawCDEvents_Vtbl
impl Send for DDiscFormat2RawCDEvents_Vtbl
impl Sync for DDiscFormat2RawCDEvents_Vtbl
impl Unpin for DDiscFormat2RawCDEvents_Vtbl
impl UnwindSafe for DDiscFormat2RawCDEvents_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