Skip to main content

GuiDockShellExt

Trait GuiDockShellExt 

Source
pub trait GuiDockShellExt<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided methods
    fn acc_description(&self) -> Result<String> { ... }
    fn docker_is_vertical(&self) -> Result<bool> { ... }
    fn docker_pixel_size(&self) -> Result<i32> { ... }
    fn set_docker_pixel_size(&self, value: i32) -> Result<()> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§