#[repr(C)]pub struct EcsBitmask {
pub constants: ecs_map_t,
}Expand description
Component added to bitmask type entities
Fields§
§constants: ecs_map_tmap<u32_t, ecs_bitmask_constant_t>
Trait Implementations§
Source§impl Clone for EcsBitmask
impl Clone for EcsBitmask
Source§fn clone(&self) -> EcsBitmask
fn clone(&self) -> EcsBitmask
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 EcsBitmask
impl Debug for EcsBitmask
impl Copy for EcsBitmask
Auto Trait Implementations§
impl Freeze for EcsBitmask
impl RefUnwindSafe for EcsBitmask
impl !Send for EcsBitmask
impl !Sync for EcsBitmask
impl Unpin for EcsBitmask
impl UnwindSafe for EcsBitmask
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