#[repr(C)]pub struct ImageViewSlicedCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub slice_offset: u32,
pub slice_count: u32,
}Expand description
VkImageViewSlicedCreateInfoEXT
Provided by VK_EXT_image_sliced_view_of_3d.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_VIEW_SLICED_CREATE_INFO_EXT.
p_next: *const c_voidOptional, may be null.
slice_offset: u32§slice_count: u32Implementations§
Source§impl ImageViewSlicedCreateInfoEXT
impl ImageViewSlicedCreateInfoEXT
Sourcepub fn builder<'a>() -> ImageViewSlicedCreateInfoEXTBuilder<'a>
pub fn builder<'a>() -> ImageViewSlicedCreateInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImageViewSlicedCreateInfoEXT
impl Clone for ImageViewSlicedCreateInfoEXT
Source§fn clone(&self) -> ImageViewSlicedCreateInfoEXT
fn clone(&self) -> ImageViewSlicedCreateInfoEXT
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 ImageViewSlicedCreateInfoEXT
impl Debug for ImageViewSlicedCreateInfoEXT
impl Copy for ImageViewSlicedCreateInfoEXT
impl ExtendsImageViewCreateInfo for ImageViewSlicedCreateInfoEXT
Auto Trait Implementations§
impl Freeze for ImageViewSlicedCreateInfoEXT
impl RefUnwindSafe for ImageViewSlicedCreateInfoEXT
impl !Send for ImageViewSlicedCreateInfoEXT
impl !Sync for ImageViewSlicedCreateInfoEXT
impl Unpin for ImageViewSlicedCreateInfoEXT
impl UnsafeUnpin for ImageViewSlicedCreateInfoEXT
impl UnwindSafe for ImageViewSlicedCreateInfoEXT
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