#[repr(C)]pub struct ImageConstraintsInfoFUCHSIA {
pub s_type: StructureType,
pub next: *const c_void,
pub format_constraints_count: u32,
pub format_constraints: *const ImageFormatConstraintsInfoFUCHSIA,
pub buffer_collection_constraints: BufferCollectionConstraintsInfoFUCHSIA,
pub flags: ImageConstraintsInfoFlagsFUCHSIA,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidformat_constraints_count: u32format_constraints: *const ImageFormatConstraintsInfoFUCHSIAbuffer_collection_constraints: BufferCollectionConstraintsInfoFUCHSIAflags: ImageConstraintsInfoFlagsFUCHSIATrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ImageConstraintsInfoFUCHSIA
impl !Send for ImageConstraintsInfoFUCHSIA
impl !Sync for ImageConstraintsInfoFUCHSIA
impl Unpin for ImageConstraintsInfoFUCHSIA
impl UnwindSafe for ImageConstraintsInfoFUCHSIA
Blanket Implementations
Mutably borrows from an owned value. Read more