#[repr(C)]pub struct EcsPrimitive {
pub kind: ecs_primitive_kind_t,
}Expand description
Component added to primitive types
Fields§
§kind: ecs_primitive_kind_tTrait Implementations§
Source§impl Clone for EcsPrimitive
impl Clone for EcsPrimitive
Source§fn clone(&self) -> EcsPrimitive
fn clone(&self) -> EcsPrimitive
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 Debug for EcsPrimitive
impl Debug for EcsPrimitive
impl Copy for EcsPrimitive
Auto Trait Implementations§
impl Freeze for EcsPrimitive
impl RefUnwindSafe for EcsPrimitive
impl Send for EcsPrimitive
impl Sync for EcsPrimitive
impl Unpin for EcsPrimitive
impl UnwindSafe for EcsPrimitive
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