#[repr(C)]pub struct PhysicalDeviceSamplerFilterMinmaxProperties {
pub sType: StructureType,
pub pNext: *mut c_void,
pub filterMinmaxSingleComponentFormats: Bool32,
pub filterMinmaxImageComponentMapping: Bool32,
}Fields§
§sType: StructureType§pNext: *mut c_void§filterMinmaxSingleComponentFormats: Bool32§filterMinmaxImageComponentMapping: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceSamplerFilterMinmaxProperties
impl Clone for PhysicalDeviceSamplerFilterMinmaxProperties
Source§fn clone(&self) -> PhysicalDeviceSamplerFilterMinmaxProperties
fn clone(&self) -> PhysicalDeviceSamplerFilterMinmaxProperties
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 moreimpl Copy 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