#[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 OsFileIoApiTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AssetDatabaseConfigT
Auto Trait Implementations§
impl !Send for AssetDatabaseConfigT
impl !Sync for AssetDatabaseConfigT
impl Freeze for AssetDatabaseConfigT
impl RefUnwindSafe for AssetDatabaseConfigT
impl Unpin for AssetDatabaseConfigT
impl UnsafeUnpin 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