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