#[repr(C)]pub struct AssetDatabaseConfigT {
pub allocator: *mut AllocatorI,
pub fs: *mut OsFileSystemApi,
pub file_io: *mut OsFileIoApi,
}
Fields§
§allocator: *mut AllocatorI
§fs: *mut OsFileSystemApi
§file_io: *mut OsFileIoApi
Trait Implementations§
Source§impl Clone for AssetDatabaseConfigT
impl Clone for AssetDatabaseConfigT
Source§fn clone(&self) -> AssetDatabaseConfigT
fn clone(&self) -> AssetDatabaseConfigT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for AssetDatabaseConfigT
impl Default for AssetDatabaseConfigT
impl Copy for AssetDatabaseConfigT
Auto Trait Implementations§
impl Freeze for AssetDatabaseConfigT
impl RefUnwindSafe for AssetDatabaseConfigT
impl !Send for AssetDatabaseConfigT
impl !Sync for AssetDatabaseConfigT
impl Unpin for AssetDatabaseConfigT
impl UnwindSafe for AssetDatabaseConfigT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more