#[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
VkImageConstraintsInfoFUCHSIA
Provided by VK_FUCHSIA_buffer_collection.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_CONSTRAINTS_INFO_FUCHSIA.
p_next: *const c_voidOptional, may be null.
format_constraints_count: u32Length of p_format_constraints.
p_format_constraints: *const ImageFormatConstraintsInfoFUCHSIA§buffer_collection_constraints: BufferCollectionConstraintsInfoFUCHSIA§flags: ImageConstraintsInfoFlagsFUCHSIAImplementations§
Source§impl ImageConstraintsInfoFUCHSIA
impl ImageConstraintsInfoFUCHSIA
Sourcepub fn builder<'a>() -> ImageConstraintsInfoFUCHSIABuilder<'a>
pub fn builder<'a>() -> ImageConstraintsInfoFUCHSIABuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImageConstraintsInfoFUCHSIA
impl Clone for ImageConstraintsInfoFUCHSIA
Source§fn clone(&self) -> ImageConstraintsInfoFUCHSIA
fn clone(&self) -> ImageConstraintsInfoFUCHSIA
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 ImageConstraintsInfoFUCHSIA
impl Debug for ImageConstraintsInfoFUCHSIA
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 UnsafeUnpin 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