Struct IDiscRecorder2_Vtbl
#[repr(C)]pub struct IDiscRecorder2_Vtbl {Show 22 fields
pub base__: IDispatch_Vtbl,
pub EjectMedia: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CloseTray: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AcquireExclusiveAccess: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut c_void) -> HRESULT,
pub ReleaseExclusiveAccess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DisableMcn: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EnableMcn: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub InitializeDiscRecorder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ActiveDiscRecorder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub VendorId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ProductId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ProductRevision: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub VolumeName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub VolumePathNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub DeviceCanLoadMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub LegacyDeviceNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SupportedFeaturePages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub CurrentFeaturePages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SupportedProfiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub CurrentProfiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SupportedModePages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub ExclusiveAccessOwner: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§EjectMedia: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§CloseTray: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§AcquireExclusiveAccess: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut c_void) -> HRESULT§ReleaseExclusiveAccess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§DisableMcn: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§EnableMcn: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§InitializeDiscRecorder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ActiveDiscRecorder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§VendorId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ProductId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ProductRevision: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§VolumeName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§VolumePathNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§DeviceCanLoadMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§LegacyDeviceNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SupportedFeaturePages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§CurrentFeaturePages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§SupportedProfiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§CurrentProfiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§SupportedModePages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§ExclusiveAccessOwner: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IDiscRecorder2_Vtbl
impl IDiscRecorder2_Vtbl
pub const fn new<Identity: IDiscRecorder2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDiscRecorder2_Vtbl
impl RefUnwindSafe for IDiscRecorder2_Vtbl
impl Send for IDiscRecorder2_Vtbl
impl Sync for IDiscRecorder2_Vtbl
impl Unpin for IDiscRecorder2_Vtbl
impl UnwindSafe for IDiscRecorder2_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