pub trait IGenericDescriptor2_Impl: Sized + IGenericDescriptor_Impl {
    // Required methods
    fn Initialize2(&self, pbdesc: *const u8, wcount: u16) -> Result<()>;
    fn GetLength2(&self) -> Result<u16>;
}

Required Methods§

fn Initialize2(&self, pbdesc: *const u8, wcount: u16) -> Result<()>

fn GetLength2(&self) -> Result<u16>

Object Safety§

This trait is not object safe.

Implementors§