Struct wgpu_types::Origin3d
source · [−]Expand description
Origin of a copy to/from a texture.
Corresponds to WebGPU GPUOrigin3D
.
Fields
x: u32
y: u32
z: u32
Implementations
Trait Implementations
impl Copy for Origin3d
impl Eq for Origin3d
impl StructuralEq for Origin3d
impl StructuralPartialEq for Origin3d
Auto Trait Implementations
impl RefUnwindSafe for Origin3d
impl Send for Origin3d
impl Sync for Origin3d
impl Unpin for Origin3d
impl UnwindSafe for Origin3d
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more