#[repr(C)]pub struct PhysicalDeviceBorderColorSwizzleFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub border_color_swizzle: Bool32,
pub border_color_swizzle_from_image: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§border_color_swizzle: Bool32
§border_color_swizzle_from_image: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceBorderColorSwizzleFeaturesEXT
impl Clone for PhysicalDeviceBorderColorSwizzleFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceBorderColorSwizzleFeaturesEXT
fn clone(&self) -> PhysicalDeviceBorderColorSwizzleFeaturesEXT
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 PhysicalDeviceBorderColorSwizzleFeaturesEXT
impl TaggedStructure for PhysicalDeviceBorderColorSwizzleFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_BORDER_COLOR_SWIZZLE_FEATURES_EXT
impl Copy for PhysicalDeviceBorderColorSwizzleFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceBorderColorSwizzleFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceBorderColorSwizzleFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceBorderColorSwizzleFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceBorderColorSwizzleFeaturesEXT
impl !Send for PhysicalDeviceBorderColorSwizzleFeaturesEXT
impl !Sync for PhysicalDeviceBorderColorSwizzleFeaturesEXT
impl Unpin for PhysicalDeviceBorderColorSwizzleFeaturesEXT
impl UnwindSafe for PhysicalDeviceBorderColorSwizzleFeaturesEXT
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