Struct gvox_sys::GvoxRegion
source · #[repr(C)]pub struct GvoxRegion {
pub range: GvoxRegionRange,
pub channels: u32,
pub flags: u32,
pub data: *const c_void,
}Fields§
§range: GvoxRegionRange§channels: u32§flags: u32§data: *const c_voidTrait Implementations§
source§impl Clone for GvoxRegion
impl Clone for GvoxRegion
source§fn clone(&self) -> GvoxRegion
fn clone(&self) -> GvoxRegion
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