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