#[repr(C)]pub struct WGPUExtent3D {
pub width: u32,
pub height: u32,
pub depthOrArrayLayers: u32,
}Fields§
§width: u32§height: u32§depthOrArrayLayers: u32Trait Implementations§
Source§impl Clone for WGPUExtent3D
impl Clone for WGPUExtent3D
Source§fn clone(&self) -> WGPUExtent3D
fn clone(&self) -> WGPUExtent3D
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 WGPUExtent3D
impl Debug for WGPUExtent3D
Source§impl Default for WGPUExtent3D
impl Default for WGPUExtent3D
Source§fn default() -> WGPUExtent3D
fn default() -> WGPUExtent3D
Returns the “default value” for a type. Read more
Source§impl Hash for WGPUExtent3D
impl Hash for WGPUExtent3D
Source§impl Ord for WGPUExtent3D
impl Ord for WGPUExtent3D
Source§fn cmp(&self, other: &WGPUExtent3D) -> Ordering
fn cmp(&self, other: &WGPUExtent3D) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUExtent3D
impl PartialEq for WGPUExtent3D
Source§impl PartialOrd for WGPUExtent3D
impl PartialOrd for WGPUExtent3D
impl Copy for WGPUExtent3D
impl Eq for WGPUExtent3D
impl StructuralPartialEq for WGPUExtent3D
Auto Trait Implementations§
impl Freeze for WGPUExtent3D
impl RefUnwindSafe for WGPUExtent3D
impl Send for WGPUExtent3D
impl Sync for WGPUExtent3D
impl Unpin for WGPUExtent3D
impl UnwindSafe for WGPUExtent3D
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