Struct windows::Win32::UI::Shell::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) -> HRESULT
Implementations§
§impl ICDBurn_Vtbl
impl ICDBurn_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICDBurn_Vtblwhere
Identity: ICDBurn_Impl + IUnknownImpl,
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