Trait IDeskBand_Impl
pub trait IDeskBand_Impl: IDockingWindow_Impl {
// Required method
fn GetBandInfo(
&self,
dwbandid: u32,
dwviewmode: u32,
pdbi: *mut DESKBANDINFO,
) -> Result<()>;
}
Required Methods§
fn GetBandInfo( &self, dwbandid: u32, dwviewmode: u32, pdbi: *mut DESKBANDINFO, ) -> Result<()>
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.