Trait IScrollableContextMenu2_Impl
pub trait IScrollableContextMenu2_Impl: IScrollableContextMenu_Impl {
// Required methods
fn AddSeparator(&self) -> Result<()>;
fn SetPlacement(&self, scmp: SCROLLABLECONTEXTMENU_PLACEMENT) -> Result<()>;
}
Required Methods§
fn AddSeparator(&self) -> Result<()>
fn SetPlacement(&self, scmp: SCROLLABLECONTEXTMENU_PLACEMENT) -> 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.