Struct gvox_sys::GvoxRegionRange
source · #[repr(C)]pub struct GvoxRegionRange {
pub offset: GvoxOffset3D,
pub extent: GvoxExtent3D,
}Fields§
§offset: GvoxOffset3D§extent: GvoxExtent3DTrait Implementations§
source§impl Clone for GvoxRegionRange
impl Clone for GvoxRegionRange
source§fn clone(&self) -> GvoxRegionRange
fn clone(&self) -> GvoxRegionRange
Returns a copy 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 more