Struct wgpu_hal::CopyExtent
source · [−]Fields
width: u32
height: u32
depth: u32
Implementations
sourceimpl CopyExtent
impl CopyExtent
Trait Implementations
sourceimpl Clone for CopyExtent
impl Clone for CopyExtent
sourcefn clone(&self) -> CopyExtent
fn clone(&self) -> CopyExtent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CopyExtent
impl Debug for CopyExtent
impl Copy for CopyExtent
Auto Trait Implementations
impl RefUnwindSafe for CopyExtent
impl Send for CopyExtent
impl Sync for CopyExtent
impl Unpin for CopyExtent
impl UnwindSafe for CopyExtent
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