#[repr(C)]pub struct EcsMetaTypeSerialized {
pub ops: ecs_vec_t,
}
Fields§
§ops: ecs_vec_t
< vector<ecs_meta_type_op_t>
Trait Implementations§
Source§impl Clone for EcsMetaTypeSerialized
impl Clone for EcsMetaTypeSerialized
Source§fn clone(&self) -> EcsMetaTypeSerialized
fn clone(&self) -> EcsMetaTypeSerialized
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 EcsMetaTypeSerialized
impl Debug for EcsMetaTypeSerialized
impl Copy for EcsMetaTypeSerialized
Auto Trait Implementations§
impl Freeze for EcsMetaTypeSerialized
impl RefUnwindSafe for EcsMetaTypeSerialized
impl !Send for EcsMetaTypeSerialized
impl !Sync for EcsMetaTypeSerialized
impl Unpin for EcsMetaTypeSerialized
impl UnwindSafe for EcsMetaTypeSerialized
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