Struct IDiscFormat2RawCD_Vtbl
#[repr(C)]pub struct IDiscFormat2RawCD_Vtbl {Show 25 fields
pub base__: IDiscFormat2_Vtbl,
pub PrepareMedia: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WriteMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub WriteMedia2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT,
pub CancelWrite: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ReleaseMedia: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetWriteSpeed: unsafe extern "system" fn(_: *mut c_void, _: i32, _: VARIANT_BOOL) -> HRESULT,
pub SetRecorder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Recorder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetBufferUnderrunFreeDisabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub BufferUnderrunFreeDisabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub StartOfNextSession: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub LastPossibleStartOfLeadout: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CurrentPhysicalMediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut IMAPI_MEDIA_PHYSICAL_TYPE) -> HRESULT,
pub SupportedSectorTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetRequestedSectorType: unsafe extern "system" fn(_: *mut c_void, _: IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE) -> HRESULT,
pub RequestedSectorType: unsafe extern "system" fn(_: *mut c_void, _: *mut IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE) -> HRESULT,
pub SetClientName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ClientName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestedWriteSpeed: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub RequestedRotationTypeIsPureCAV: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub CurrentWriteSpeed: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CurrentRotationTypeIsPureCAV: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SupportedWriteSpeeds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SupportedWriteSpeedDescriptors: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
}Fields§
§base__: IDiscFormat2_Vtbl§PrepareMedia: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§WriteMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§WriteMedia2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT§CancelWrite: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§ReleaseMedia: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§SetWriteSpeed: unsafe extern "system" fn(_: *mut c_void, _: i32, _: VARIANT_BOOL) -> HRESULT§SetRecorder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Recorder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetBufferUnderrunFreeDisabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§BufferUnderrunFreeDisabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§StartOfNextSession: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§LastPossibleStartOfLeadout: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§CurrentPhysicalMediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut IMAPI_MEDIA_PHYSICAL_TYPE) -> HRESULT§SupportedSectorTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§SetRequestedSectorType: unsafe extern "system" fn(_: *mut c_void, _: IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE) -> HRESULT§RequestedSectorType: unsafe extern "system" fn(_: *mut c_void, _: *mut IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE) -> HRESULT§SetClientName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ClientName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RequestedWriteSpeed: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§RequestedRotationTypeIsPureCAV: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§CurrentWriteSpeed: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§CurrentRotationTypeIsPureCAV: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SupportedWriteSpeeds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§SupportedWriteSpeedDescriptors: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULTImplementations§
§impl IDiscFormat2RawCD_Vtbl
impl IDiscFormat2RawCD_Vtbl
pub const fn new<Identity: IDiscFormat2RawCD_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDiscFormat2RawCD_Vtbl
impl RefUnwindSafe for IDiscFormat2RawCD_Vtbl
impl Send for IDiscFormat2RawCD_Vtbl
impl Sync for IDiscFormat2RawCD_Vtbl
impl Unpin for IDiscFormat2RawCD_Vtbl
impl UnwindSafe for IDiscFormat2RawCD_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