#[repr(C)]
pub struct IDiscFormat2TrackAtOnce_Vtbl {
Show 26 fields pub base__: IDiscFormat2_Vtbl, pub PrepareMedia: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub AddAudioTrack: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub CancelAddTrack: 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 NumberOfExistingTracks: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub TotalSectorsOnMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub FreeSectorsOnMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub UsedSectorsOnMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetDoNotFinalizeMedia: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub DoNotFinalizeMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub ExpectedTableOfContents: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT, pub CurrentPhysicalMediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut IMAPI_MEDIA_PHYSICAL_TYPE) -> HRESULT, pub SetClientName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT, pub ClientName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> 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§AddAudioTrack: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§CancelAddTrack: 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§NumberOfExistingTracks: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§TotalSectorsOnMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§FreeSectorsOnMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§UsedSectorsOnMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetDoNotFinalizeMedia: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§DoNotFinalizeMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§ExpectedTableOfContents: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§CurrentPhysicalMediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut IMAPI_MEDIA_PHYSICAL_TYPE) -> HRESULT§SetClientName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT§ClientName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> 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) -> HRESULT

Implementations§

§

impl IDiscFormat2TrackAtOnce_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IDiscFormat2TrackAtOnce_Impl, const OFFSET: isize>( ) -> IDiscFormat2TrackAtOnce_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.