Struct ICDBurn_Vtbl
#[repr(C)]pub struct ICDBurn_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub GetRecorderDriveLetter: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32) -> HRESULT,
    pub Burn: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
    pub HasRecordableDrive: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetRecorderDriveLetter: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32) -> HRESULT§Burn: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT§HasRecordableDrive: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULTImplementations§
§impl ICDBurn_Vtbl
 
impl ICDBurn_Vtbl
pub const fn new<Identity: ICDBurn_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICDBurn_Vtbl
impl RefUnwindSafe for ICDBurn_Vtbl
impl Send for ICDBurn_Vtbl
impl Sync for ICDBurn_Vtbl
impl Unpin for ICDBurn_Vtbl
impl UnwindSafe for ICDBurn_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