#[repr(C)]pub struct PhysicalDeviceSamplerFilterMinmaxProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub filter_minmax_single_component_formats: Bool32,
pub filter_minmax_image_component_mapping: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§filter_minmax_single_component_formats: Bool32
§filter_minmax_image_component_mapping: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceSamplerFilterMinmaxProperties
impl Clone for PhysicalDeviceSamplerFilterMinmaxProperties
source§fn clone(&self) -> PhysicalDeviceSamplerFilterMinmaxProperties
fn clone(&self) -> PhysicalDeviceSamplerFilterMinmaxProperties
Returns a copy 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 TaggedStructure for PhysicalDeviceSamplerFilterMinmaxProperties
impl TaggedStructure for PhysicalDeviceSamplerFilterMinmaxProperties
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES
impl Copy for PhysicalDeviceSamplerFilterMinmaxProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceSamplerFilterMinmaxProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSamplerFilterMinmaxProperties
impl RefUnwindSafe for PhysicalDeviceSamplerFilterMinmaxProperties
impl !Send for PhysicalDeviceSamplerFilterMinmaxProperties
impl !Sync for PhysicalDeviceSamplerFilterMinmaxProperties
impl Unpin for PhysicalDeviceSamplerFilterMinmaxProperties
impl UnwindSafe for PhysicalDeviceSamplerFilterMinmaxProperties
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