#[repr(C)]pub struct GvoxExtent3D {
pub x: u32,
pub y: u32,
pub z: u32,
}Fields§
§x: u32§y: u32§z: u32Trait Implementations§
Source§impl Clone for GvoxExtent3D
impl Clone for GvoxExtent3D
Source§fn clone(&self) -> GvoxExtent3D
fn clone(&self) -> GvoxExtent3D
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 GvoxExtent3D
impl Debug for GvoxExtent3D
impl Copy for GvoxExtent3D
Auto Trait Implementations§
impl Freeze for GvoxExtent3D
impl RefUnwindSafe for GvoxExtent3D
impl Send for GvoxExtent3D
impl Sync for GvoxExtent3D
impl Unpin for GvoxExtent3D
impl UnwindSafe for GvoxExtent3D
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