pub trait IFolderBandPriv_Impl: Sized {
    // 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<()>

Object Safety§

This trait is not object safe.

Implementors§