#[repr(C)]pub struct ImageFormatProperties {
pub max_extent: Extent3D,
pub max_mip_levels: u32,
pub max_array_layers: u32,
pub sample_counts: SampleCountFlags,
pub max_resource_size: u64,
}Expand description
Fields
max_extent: Extent3Dmax_mip_levels: u32max_array_layers: u32sample_counts: SampleCountFlagsmax_resource_size: u64Implementations
sourceimpl ImageFormatProperties
impl ImageFormatProperties
pub fn builder<'a>() -> ImageFormatPropertiesBuilder<'a>
Trait Implementations
sourceimpl Clone for ImageFormatProperties
impl Clone for ImageFormatProperties
sourcefn clone(&self) -> ImageFormatProperties
fn clone(&self) -> ImageFormatProperties
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 ImageFormatProperties
impl Debug for ImageFormatProperties
sourceimpl Default for ImageFormatProperties
impl Default for ImageFormatProperties
sourcefn default() -> ImageFormatProperties
fn default() -> ImageFormatProperties
Returns the “default value” for a type. Read more
impl Copy for ImageFormatProperties
Auto Trait Implementations
impl RefUnwindSafe for ImageFormatProperties
impl Send for ImageFormatProperties
impl Sync for ImageFormatProperties
impl Unpin for ImageFormatProperties
impl UnwindSafe for ImageFormatProperties
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