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 duplicate 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