#[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: StructureType§next: *const c_void§format_constraints_count: u32§format_constraints: *const ImageFormatConstraintsInfoFUCHSIA§buffer_collection_constraints: BufferCollectionConstraintsInfoFUCHSIA§flags: ImageConstraintsInfoFlagsFUCHSIATrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImageConstraintsInfoFUCHSIA
Source§impl Debug for ImageConstraintsInfoFUCHSIA
impl Debug for ImageConstraintsInfoFUCHSIA
impl Eq for ImageConstraintsInfoFUCHSIA
Source§impl Hash for ImageConstraintsInfoFUCHSIA
impl Hash for ImageConstraintsInfoFUCHSIA
Source§impl PartialEq for ImageConstraintsInfoFUCHSIA
impl PartialEq for ImageConstraintsInfoFUCHSIA
Source§fn eq(&self, other: &ImageConstraintsInfoFUCHSIA) -> bool
fn eq(&self, other: &ImageConstraintsInfoFUCHSIA) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for ImageConstraintsInfoFUCHSIA
impl StructuralPartialEq for ImageConstraintsInfoFUCHSIA
impl Sync for ImageConstraintsInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for ImageConstraintsInfoFUCHSIA
impl RefUnwindSafe 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