#[repr(C)]pub struct PhysicalDeviceCustomBorderColorFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub custom_border_colors: Bool32,
pub custom_border_color_without_format: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§custom_border_colors: Bool32
§custom_border_color_without_format: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
impl<'a> PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
pub fn custom_border_colors(self, custom_border_colors: bool) -> Self
pub fn custom_border_color_without_format( self, custom_border_color_without_format: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
impl<'a> Clone for PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
source§fn clone(&self) -> PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
fn clone(&self) -> PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
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<'a> Debug for PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
impl<'a> Debug for PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
source§impl Default for PhysicalDeviceCustomBorderColorFeaturesEXT<'_>
impl Default for PhysicalDeviceCustomBorderColorFeaturesEXT<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_FEATURES_EXT
impl<'a> Copy for PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceCustomBorderColorFeaturesEXT<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCustomBorderColorFeaturesEXT<'_>
impl Send for PhysicalDeviceCustomBorderColorFeaturesEXT<'_>
impl Sync for PhysicalDeviceCustomBorderColorFeaturesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
impl<'a> Unpin for PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceCustomBorderColorFeaturesEXT<'a>
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