#[repr(C)]pub struct ImagePlaneMemoryRequirementsInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub plane_aspect: ImageAspectFlagBits,
}Expand description
VkImagePlaneMemoryRequirementsInfo
Provided by VK_BASE_VERSION_1_1.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO.
p_next: *const c_voidOptional, may be null.
plane_aspect: ImageAspectFlagBitsImplementations§
Source§impl ImagePlaneMemoryRequirementsInfo
impl ImagePlaneMemoryRequirementsInfo
Sourcepub fn builder<'a>() -> ImagePlaneMemoryRequirementsInfoBuilder<'a>
pub fn builder<'a>() -> ImagePlaneMemoryRequirementsInfoBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImagePlaneMemoryRequirementsInfo
impl Clone for ImagePlaneMemoryRequirementsInfo
Source§fn clone(&self) -> ImagePlaneMemoryRequirementsInfo
fn clone(&self) -> ImagePlaneMemoryRequirementsInfo
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 Default for ImagePlaneMemoryRequirementsInfo
impl Default for ImagePlaneMemoryRequirementsInfo
Source§fn default() -> ImagePlaneMemoryRequirementsInfo
fn default() -> ImagePlaneMemoryRequirementsInfo
Returns the “default value” for a type. Read more
impl Copy for ImagePlaneMemoryRequirementsInfo
impl ExtendsImageMemoryRequirementsInfo2 for ImagePlaneMemoryRequirementsInfo
Auto Trait Implementations§
impl Freeze for ImagePlaneMemoryRequirementsInfo
impl RefUnwindSafe for ImagePlaneMemoryRequirementsInfo
impl !Send for ImagePlaneMemoryRequirementsInfo
impl !Sync for ImagePlaneMemoryRequirementsInfo
impl Unpin for ImagePlaneMemoryRequirementsInfo
impl UnsafeUnpin for ImagePlaneMemoryRequirementsInfo
impl UnwindSafe for ImagePlaneMemoryRequirementsInfo
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