#[repr(C)]pub struct CoreUpdatableAssetsT {
pub to_create: *mut *mut CoreAssetI,
pub to_remove: *mut *mut CoreAssetI,
pub to_update: *mut *mut CoreAssetI,
}
Fields§
§to_create: *mut *mut CoreAssetI
§to_remove: *mut *mut CoreAssetI
§to_update: *mut *mut CoreAssetI
Trait Implementations§
Source§impl Clone for CoreUpdatableAssetsT
impl Clone for CoreUpdatableAssetsT
Source§fn clone(&self) -> CoreUpdatableAssetsT
fn clone(&self) -> CoreUpdatableAssetsT
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 CoreUpdatableAssetsT
impl Default for CoreUpdatableAssetsT
impl Copy for CoreUpdatableAssetsT
Auto Trait Implementations§
impl Freeze for CoreUpdatableAssetsT
impl RefUnwindSafe for CoreUpdatableAssetsT
impl !Send for CoreUpdatableAssetsT
impl !Sync for CoreUpdatableAssetsT
impl Unpin for CoreUpdatableAssetsT
impl UnwindSafe for CoreUpdatableAssetsT
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