#[repr(C)]pub struct VkImageSubresource {
pub aspectMask: VkImageAspectFlags,
pub mipLevel: u32,
pub arrayLayer: u32,
}
Fields§
§aspectMask: VkImageAspectFlags
§mipLevel: u32
§arrayLayer: u32
Trait Implementations§
Source§impl Clone for VkImageSubresource
impl Clone for VkImageSubresource
Source§fn clone(&self) -> VkImageSubresource
fn clone(&self) -> VkImageSubresource
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkImageSubresource
impl Default for VkImageSubresource
Source§fn default() -> VkImageSubresource
fn default() -> VkImageSubresource
Returns the “default value” for a type. Read more
impl Copy for VkImageSubresource
Auto Trait Implementations§
impl Freeze for VkImageSubresource
impl RefUnwindSafe for VkImageSubresource
impl Send for VkImageSubresource
impl Sync for VkImageSubresource
impl Unpin for VkImageSubresource
impl UnwindSafe for VkImageSubresource
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