Struct e2rcore::interface::i_component::ComponentDrawGroupDependentObjects
[−]
[src]
pub struct ComponentDrawGroupDependentObjects {
pub _group_id: usize,
pub _obj_ids: Vec<usize>,
}Fields
_group_id: usize
_obj_ids: Vec<usize>
Trait Implementations
impl Clone for ComponentDrawGroupDependentObjects[src]
fn clone(&self) -> ComponentDrawGroupDependentObjects[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more