#[repr(C)]pub struct SubsampledImageFormatPropertiesEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub subsampled_image_descriptor_count: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§subsampled_image_descriptor_count: u32Trait Implementations§
Source§impl Clone for SubsampledImageFormatPropertiesEXT
impl Clone for SubsampledImageFormatPropertiesEXT
Source§fn clone(&self) -> SubsampledImageFormatPropertiesEXT
fn clone(&self) -> SubsampledImageFormatPropertiesEXT
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 PartialEq for SubsampledImageFormatPropertiesEXT
impl PartialEq for SubsampledImageFormatPropertiesEXT
Source§fn eq(&self, other: &SubsampledImageFormatPropertiesEXT) -> bool
fn eq(&self, other: &SubsampledImageFormatPropertiesEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SubsampledImageFormatPropertiesEXT
impl Eq for SubsampledImageFormatPropertiesEXT
impl Send for SubsampledImageFormatPropertiesEXT
impl StructuralPartialEq for SubsampledImageFormatPropertiesEXT
impl Sync for SubsampledImageFormatPropertiesEXT
Auto Trait Implementations§
impl Freeze for SubsampledImageFormatPropertiesEXT
impl RefUnwindSafe for SubsampledImageFormatPropertiesEXT
impl Unpin for SubsampledImageFormatPropertiesEXT
impl UnwindSafe for SubsampledImageFormatPropertiesEXT
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