#[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 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 GvoxRegion
impl Debug for GvoxRegion
impl Copy for GvoxRegion
Auto Trait Implementations§
impl Freeze for GvoxRegion
impl RefUnwindSafe for GvoxRegion
impl !Send for GvoxRegion
impl !Sync for GvoxRegion
impl Unpin for GvoxRegion
impl UnwindSafe for GvoxRegion
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