Struct gfx_hal::image::FormatProperties [−][src]
pub struct FormatProperties { pub max_extent: Extent, pub max_levels: Level, pub max_layers: Layer, pub sample_count_mask: NumSamples, pub max_resource_size: usize, }
Image format properties.
Fields
max_extent: Extent
Maximum extent.
max_levels: Level
Max number of mipmap levels.
max_layers: Layer
Max number of array layers.
sample_count_mask: NumSamples
Bit mask of supported sample counts.
max_resource_size: usize
Maximum size of the resource in bytes.
Trait Implementations
impl Clone for FormatProperties
[src]
impl Clone for FormatProperties
[src]fn clone(&self) -> FormatProperties
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for FormatProperties
[src]
impl Copy for FormatProperties
[src]impl Eq for FormatProperties
[src]
impl Eq for FormatProperties
[src]impl Hash for FormatProperties
[src]
impl Hash for FormatProperties
[src]impl PartialEq<FormatProperties> for FormatProperties
[src]
impl PartialEq<FormatProperties> for FormatProperties
[src]fn eq(&self, other: &FormatProperties) -> bool
[src]
fn ne(&self, other: &FormatProperties) -> bool
[src]
impl StructuralEq for FormatProperties
[src]
impl StructuralEq for FormatProperties
[src]impl StructuralPartialEq for FormatProperties
[src]
impl StructuralPartialEq for FormatProperties
[src]Auto Trait Implementations
impl RefUnwindSafe for FormatProperties
impl RefUnwindSafe for FormatProperties
impl Send for FormatProperties
impl Send for FormatProperties
impl Sync for FormatProperties
impl Sync for FormatProperties
impl Unpin for FormatProperties
impl Unpin for FormatProperties
impl UnwindSafe for FormatProperties
impl UnwindSafe for FormatProperties