[−][src]Struct wgpu::Extent3d
Extent of a texture related operation.
Fields
width: u32
height: u32
depth: u32
Trait Implementations
impl Clone for Extent3d
[src][+]
impl Copy for Extent3d
[src]
impl Debug for Extent3d
[src][+]
impl Default for Extent3d
[src][+]
impl Eq for Extent3d
[src]
impl Hash for Extent3d
[src][+]
impl PartialEq<Extent3d> for Extent3d
[src][+]
impl StructuralEq for Extent3d
[src]
impl StructuralPartialEq for Extent3d
[src]
Auto Trait Implementations
impl RefUnwindSafe for Extent3d
impl Send for Extent3d
impl Sync for Extent3d
impl Unpin for Extent3d
impl UnwindSafe for Extent3d
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,