#[repr(C)]pub struct ImageFormatProperties2 {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_format_properties: ImageFormatProperties,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidimage_format_properties: ImageFormatPropertiesImplementations
sourceimpl ImageFormatProperties2
impl ImageFormatProperties2
pub fn builder<'a>() -> ImageFormatProperties2Builder<'a>
Trait Implementations
sourceimpl Clone for ImageFormatProperties2
impl Clone for ImageFormatProperties2
sourcefn clone(&self) -> ImageFormatProperties2
fn clone(&self) -> ImageFormatProperties2
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ImageFormatProperties2
impl Debug for ImageFormatProperties2
sourceimpl Default for ImageFormatProperties2
impl Default for ImageFormatProperties2
sourcefn default() -> ImageFormatProperties2
fn default() -> ImageFormatProperties2
Returns the “default value” for a type. Read more
impl Copy for ImageFormatProperties2
Auto Trait Implementations
impl RefUnwindSafe for ImageFormatProperties2
impl !Send for ImageFormatProperties2
impl !Sync for ImageFormatProperties2
impl Unpin for ImageFormatProperties2
impl UnwindSafe for ImageFormatProperties2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more