#[repr(C)]pub struct ImageConstraintsInfoFUCHSIA {
pub sType: StructureType,
pub pNext: *const c_void,
pub formatConstraintsCount: u32,
pub pFormatConstraints: *const ImageFormatConstraintsInfoFUCHSIA,
pub bufferCollectionConstraints: BufferCollectionConstraintsInfoFUCHSIA,
pub flags: ImageConstraintsInfoFlagsFUCHSIA,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§formatConstraintsCount: u32
§pFormatConstraints: *const ImageFormatConstraintsInfoFUCHSIA
§bufferCollectionConstraints: BufferCollectionConstraintsInfoFUCHSIA
§flags: ImageConstraintsInfoFlagsFUCHSIA
Trait Implementations§
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