Struct e2rcore::interface::i_component::ComponentDrawGroupDispatch
[−]
[src]
pub struct ComponentDrawGroupDispatch {
pub _group_id: usize,
}Fields
_group_id: usize
Trait Implementations
impl Clone for ComponentDrawGroupDispatch[src]
fn clone(&self) -> ComponentDrawGroupDispatch[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