Trait ICDBurn_Impl
pub trait ICDBurn_Impl: IUnknownImpl {
// Required methods
fn GetRecorderDriveLetter(&self, pszdrive: PWSTR, cch: u32) -> Result<()>;
fn Burn(&self, hwnd: HWND) -> Result<()>;
fn HasRecordableDrive(&self) -> Result<BOOL>;
}
Required Methods§
fn GetRecorderDriveLetter(&self, pszdrive: PWSTR, cch: u32) -> Result<()>
fn Burn(&self, hwnd: HWND) -> Result<()>
fn HasRecordableDrive(&self) -> Result<BOOL>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.