Struct wgpu_core::init_tracker::texture::TextureInitRange
source · pub(crate) struct TextureInitRange {
pub(crate) mip_range: Range<u32>,
pub(crate) layer_range: Range<u32>,
}
Fields§
§mip_range: Range<u32>
§layer_range: Range<u32>
Trait Implementations§
source§impl Clone for TextureInitRange
impl Clone for TextureInitRange
source§fn clone(&self) -> TextureInitRange
fn clone(&self) -> TextureInitRange
Returns a copy 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 TextureInitRange
impl Debug for TextureInitRange
source§impl From<TextureSelector> for TextureInitRange
impl From<TextureSelector> for TextureInitRange
source§fn from(selector: TextureSelector) -> Self
fn from(selector: TextureSelector) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TextureInitRange
impl RefUnwindSafe for TextureInitRange
impl Send for TextureInitRange
impl Sync for TextureInitRange
impl Unpin for TextureInitRange
impl UnwindSafe for TextureInitRange
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