Struct ash::vk::BindImagePlaneMemoryInfo
source · #[repr(C)]pub struct BindImagePlaneMemoryInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub plane_aspect: ImageAspectFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§plane_aspect: ImageAspectFlags
Implementations§
source§impl BindImagePlaneMemoryInfo
impl BindImagePlaneMemoryInfo
pub fn builder<'a>() -> BindImagePlaneMemoryInfoBuilder<'a>
Trait Implementations§
source§impl Clone for BindImagePlaneMemoryInfo
impl Clone for BindImagePlaneMemoryInfo
source§fn clone(&self) -> BindImagePlaneMemoryInfo
fn clone(&self) -> BindImagePlaneMemoryInfo
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 Debug for BindImagePlaneMemoryInfo
impl Debug for BindImagePlaneMemoryInfo
source§impl Default for BindImagePlaneMemoryInfo
impl Default for BindImagePlaneMemoryInfo
source§impl TaggedStructure for BindImagePlaneMemoryInfo
impl TaggedStructure for BindImagePlaneMemoryInfo
const STRUCTURE_TYPE: StructureType = StructureType::BIND_IMAGE_PLANE_MEMORY_INFO
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 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