#[repr(C)]pub union EntityT {
pub __bindgen_anon_1: EntityTBindgenTy1,
pub u64_: u64,
}Fields§
§__bindgen_anon_1: EntityTBindgenTy1§u64_: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntityT
impl RefUnwindSafe for EntityT
impl Send for EntityT
impl Sync for EntityT
impl Unpin for EntityT
impl UnsafeUnpin for EntityT
impl UnwindSafe for EntityT
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