#[repr(C)]pub union EntityCommandEntityHandleT {
pub __bindgen_anon_1: EntityCommandEntityHandleTBindgenTy1,
pub u64_: u64,
}Fields§
§__bindgen_anon_1: EntityCommandEntityHandleTBindgenTy1§u64_: u64Trait Implementations§
Source§impl Clone for EntityCommandEntityHandleT
impl Clone for EntityCommandEntityHandleT
Source§fn clone(&self) -> EntityCommandEntityHandleT
fn clone(&self) -> EntityCommandEntityHandleT
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 EntityCommandEntityHandleT
Auto Trait Implementations§
impl Freeze for EntityCommandEntityHandleT
impl RefUnwindSafe for EntityCommandEntityHandleT
impl Send for EntityCommandEntityHandleT
impl Sync for EntityCommandEntityHandleT
impl Unpin for EntityCommandEntityHandleT
impl UnsafeUnpin for EntityCommandEntityHandleT
impl UnwindSafe for EntityCommandEntityHandleT
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