Struct ash::vk::definitions::BindImagePlaneMemoryInfo
source · #[repr(C)]pub struct BindImagePlaneMemoryInfo<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub plane_aspect: ImageAspectFlags,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§plane_aspect: ImageAspectFlags
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> BindImagePlaneMemoryInfo<'a>
impl<'a> BindImagePlaneMemoryInfo<'a>
pub fn plane_aspect(self, plane_aspect: ImageAspectFlags) -> Self
Trait Implementations§
source§impl<'a> Clone for BindImagePlaneMemoryInfo<'a>
impl<'a> Clone for BindImagePlaneMemoryInfo<'a>
source§fn clone(&self) -> BindImagePlaneMemoryInfo<'a>
fn clone(&self) -> BindImagePlaneMemoryInfo<'a>
Returns a copy 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<'a> Debug for BindImagePlaneMemoryInfo<'a>
impl<'a> Debug for BindImagePlaneMemoryInfo<'a>
source§impl Default for BindImagePlaneMemoryInfo<'_>
impl Default for BindImagePlaneMemoryInfo<'_>
source§impl<'a> TaggedStructure for BindImagePlaneMemoryInfo<'a>
impl<'a> TaggedStructure for BindImagePlaneMemoryInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::BIND_IMAGE_PLANE_MEMORY_INFO
impl<'a> Copy for BindImagePlaneMemoryInfo<'a>
impl ExtendsBindImageMemoryInfo for BindImagePlaneMemoryInfo<'_>
impl Send for BindImagePlaneMemoryInfo<'_>
impl Sync for BindImagePlaneMemoryInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for BindImagePlaneMemoryInfo<'a>
impl<'a> RefUnwindSafe for BindImagePlaneMemoryInfo<'a>
impl<'a> Unpin for BindImagePlaneMemoryInfo<'a>
impl<'a> UnwindSafe for BindImagePlaneMemoryInfo<'a>
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