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