Trait IFolderBandPriv_Impl
pub trait IFolderBandPriv_Impl: IUnknownImpl {
    // Required methods
    fn SetCascade(&self, fcascade: BOOL) -> Result<()>;
    fn SetAccelerators(&self, faccelerators: BOOL) -> Result<()>;
    fn SetNoIcons(&self, fnoicons: BOOL) -> Result<()>;
    fn SetNoText(&self, fnotext: BOOL) -> Result<()>;
}Required Methods§
fn SetCascade(&self, fcascade: BOOL) -> Result<()>
fn SetAccelerators(&self, faccelerators: BOOL) -> Result<()>
fn SetNoIcons(&self, fnoicons: BOOL) -> Result<()>
fn SetNoText(&self, fnotext: BOOL) -> 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.