#[repr(C)]pub struct VkImageSubresourceLayers {
pub aspectMask: VkImageAspectFlags,
pub mipLevel: u32,
pub baseArrayLayer: u32,
pub layerCount: u32,
}
Fields§
§aspectMask: VkImageAspectFlags
§mipLevel: u32
§baseArrayLayer: u32
§layerCount: u32
Trait Implementations§
Source§impl Clone for VkImageSubresourceLayers
impl Clone for VkImageSubresourceLayers
Source§fn clone(&self) -> VkImageSubresourceLayers
fn clone(&self) -> VkImageSubresourceLayers
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 VkImageSubresourceLayers
impl Debug for VkImageSubresourceLayers
impl Copy for VkImageSubresourceLayers
Auto Trait Implementations§
impl Freeze for VkImageSubresourceLayers
impl RefUnwindSafe for VkImageSubresourceLayers
impl Send for VkImageSubresourceLayers
impl Sync for VkImageSubresourceLayers
impl Unpin for VkImageSubresourceLayers
impl UnwindSafe for VkImageSubresourceLayers
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