#[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 CoreAssetITrait 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 (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 CoreUpdatableAssetsT
Auto Trait Implementations§
impl !Send for CoreUpdatableAssetsT
impl !Sync for CoreUpdatableAssetsT
impl Freeze for CoreUpdatableAssetsT
impl RefUnwindSafe for CoreUpdatableAssetsT
impl Unpin for CoreUpdatableAssetsT
impl UnsafeUnpin 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