Skip to main content

IDLCManager_MountData

Trait IDLCManager_MountData 

Source
pub trait IDLCManager_MountData: IObject {
    // Provided methods
    fn content(self) -> DLCManager_Content { ... }
    fn set_content(self, value: DLCManager_Content) { ... }
    fn mount_buffer(self) -> Array<u8> { ... }
    fn set_mount_buffer(self, value: Array<u8>) { ... }
    fn mount_name(self) -> Il2CppString { ... }
    fn set_mount_name(self, value: Il2CppString) { ... }
}

Provided Methods§

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§