Struct wgpu_hal::CopyExtent
source · [−]Fields
width: u32
height: u32
depth: u32
Implementations
Trait Implementations
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
Mutably borrows from an owned value. Read more