#[repr(C)]pub struct VkPhysicalDeviceSamplerFilterMinmaxProperties {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub filterMinmaxSingleComponentFormats: VkBool32,
pub filterMinmaxImageComponentMapping: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§filterMinmaxSingleComponentFormats: VkBool32
§filterMinmaxImageComponentMapping: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceSamplerFilterMinmaxProperties
impl Clone for VkPhysicalDeviceSamplerFilterMinmaxProperties
Source§fn clone(&self) -> VkPhysicalDeviceSamplerFilterMinmaxProperties
fn clone(&self) -> VkPhysicalDeviceSamplerFilterMinmaxProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDeviceSamplerFilterMinmaxProperties
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceSamplerFilterMinmaxProperties
impl RefUnwindSafe for VkPhysicalDeviceSamplerFilterMinmaxProperties
impl !Send for VkPhysicalDeviceSamplerFilterMinmaxProperties
impl !Sync for VkPhysicalDeviceSamplerFilterMinmaxProperties
impl Unpin for VkPhysicalDeviceSamplerFilterMinmaxProperties
impl UnwindSafe for VkPhysicalDeviceSamplerFilterMinmaxProperties
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