Struct ash::vk::ImageConstraintsInfoFUCHSIA
source · #[repr(C)]pub struct ImageConstraintsInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub format_constraints_count: u32,
pub p_format_constraints: *const ImageFormatConstraintsInfoFUCHSIA,
pub buffer_collection_constraints: BufferCollectionConstraintsInfoFUCHSIA,
pub flags: ImageConstraintsInfoFlagsFUCHSIA,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§format_constraints_count: u32
§p_format_constraints: *const ImageFormatConstraintsInfoFUCHSIA
§buffer_collection_constraints: BufferCollectionConstraintsInfoFUCHSIA
§flags: ImageConstraintsInfoFlagsFUCHSIA
Implementations§
source§impl ImageConstraintsInfoFUCHSIA
impl ImageConstraintsInfoFUCHSIA
pub fn builder<'a>() -> ImageConstraintsInfoFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for ImageConstraintsInfoFUCHSIA
impl Clone for ImageConstraintsInfoFUCHSIA
source§fn clone(&self) -> ImageConstraintsInfoFUCHSIA
fn clone(&self) -> ImageConstraintsInfoFUCHSIA
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 ImageConstraintsInfoFUCHSIA
impl Debug for ImageConstraintsInfoFUCHSIA
source§impl TaggedStructure for ImageConstraintsInfoFUCHSIA
impl TaggedStructure for ImageConstraintsInfoFUCHSIA
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_CONSTRAINTS_INFO_FUCHSIA
impl Copy for ImageConstraintsInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for ImageConstraintsInfoFUCHSIA
impl RefUnwindSafe for ImageConstraintsInfoFUCHSIA
impl !Send for ImageConstraintsInfoFUCHSIA
impl !Sync for ImageConstraintsInfoFUCHSIA
impl Unpin for ImageConstraintsInfoFUCHSIA
impl UnwindSafe for ImageConstraintsInfoFUCHSIA
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