Skip to main content

IDLCManager_DLCList

Trait IDLCManager_DLCList 

Source
pub trait IDLCManager_DLCList: IObject {
    // Provided methods
    fn content(self) -> DLCManager_Content { ... }
    fn set_content(self, value: DLCManager_Content) { ... }
    fn has_content(self) -> bool { ... }
    fn set_has_content(self, value: bool) { ... }
}

Provided Methods§

Source

fn content(self) -> DLCManager_Content

Source

fn set_content(self, value: DLCManager_Content)

Source

fn has_content(self) -> bool

Source

fn set_has_content(self, value: bool)

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.

Implementors§