#[repr(C)]pub struct ImageSubresourceLayers {
pub aspect_mask: ImageAspectFlags,
pub mip_level: u32,
pub base_array_layer: u32,
pub layer_count: u32,
}Expand description
Fields
aspect_mask: ImageAspectFlagsmip_level: u32base_array_layer: u32layer_count: u32Implementations
sourceimpl ImageSubresourceLayers
impl ImageSubresourceLayers
pub fn builder<'a>() -> ImageSubresourceLayersBuilder<'a>
Trait Implementations
sourceimpl Clone for ImageSubresourceLayers
impl Clone for ImageSubresourceLayers
sourcefn clone(&self) -> ImageSubresourceLayers
fn clone(&self) -> ImageSubresourceLayers
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 ImageSubresourceLayers
impl Debug for ImageSubresourceLayers
sourceimpl Default for ImageSubresourceLayers
impl Default for ImageSubresourceLayers
sourcefn default() -> ImageSubresourceLayers
fn default() -> ImageSubresourceLayers
Returns the “default value” for a type. Read more
impl Copy for ImageSubresourceLayers
Auto Trait Implementations
impl RefUnwindSafe for ImageSubresourceLayers
impl Send for ImageSubresourceLayers
impl Sync for ImageSubresourceLayers
impl Unpin for ImageSubresourceLayers
impl UnwindSafe for ImageSubresourceLayers
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