#[repr(C)]pub struct EntityCommandEntityHandleTBindgenTy1 {
pub entity_index: u32,
pub asset_index: u32,
}Fields§
§entity_index: u32§asset_index: u32Trait Implementations§
Source§impl Clone for EntityCommandEntityHandleTBindgenTy1
impl Clone for EntityCommandEntityHandleTBindgenTy1
Source§fn clone(&self) -> EntityCommandEntityHandleTBindgenTy1
fn clone(&self) -> EntityCommandEntityHandleTBindgenTy1
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 EntityCommandEntityHandleTBindgenTy1
impl Default for EntityCommandEntityHandleTBindgenTy1
Source§fn default() -> EntityCommandEntityHandleTBindgenTy1
fn default() -> EntityCommandEntityHandleTBindgenTy1
Returns the “default value” for a type. Read more
impl Copy for EntityCommandEntityHandleTBindgenTy1
Auto Trait Implementations§
impl Freeze for EntityCommandEntityHandleTBindgenTy1
impl RefUnwindSafe for EntityCommandEntityHandleTBindgenTy1
impl Send for EntityCommandEntityHandleTBindgenTy1
impl Sync for EntityCommandEntityHandleTBindgenTy1
impl Unpin for EntityCommandEntityHandleTBindgenTy1
impl UnwindSafe for EntityCommandEntityHandleTBindgenTy1
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