Trait IGenericDescriptor2_Impl
pub trait IGenericDescriptor2_Impl: IGenericDescriptor_Impl {
// Required methods
fn Initialize(&self, pbdesc: *const u8, wcount: u16) -> Result<()>;
fn GetLength(&self) -> Result<u16>;
}
Required Methods§
fn Initialize(&self, pbdesc: *const u8, wcount: u16) -> Result<()>
fn GetLength(&self) -> Result<u16>
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.