Skip to main content

IFileSystemInfo

Trait IFileSystemInfo 

Source
pub trait IFileSystemInfo: SystemObject {
    // Provided methods
    fn data(self) -> MonoIOStat { ... }
    fn set_data(self, value: MonoIOStat) { ... }
    fn data_initialised(self) -> i32 { ... }
    fn set_data_initialised(self, value: i32) { ... }
    fn full_path(self) -> Il2CppString { ... }
    fn set_full_path(self, value: Il2CppString) { ... }
    fn original_path(self) -> Il2CppString { ... }
    fn set_original_path(self, value: Il2CppString) { ... }
    fn display_path_field(self) -> Il2CppString { ... }
    fn set_display_path_field(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§