pub struct PhysicalDeviceCustomBorderColorPropertiesEXTBuilder { /* private fields */ }Expand description
A builder for a PhysicalDeviceCustomBorderColorPropertiesEXT.
Implementations§
Source§impl PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
impl PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
pub fn max_custom_border_color_samplers( self, max_custom_border_color_samplers: u32, ) -> Self
pub fn build(self) -> PhysicalDeviceCustomBorderColorPropertiesEXT
Trait Implementations§
Source§impl Cast for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
impl Cast for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
Source§type Target = PhysicalDeviceCustomBorderColorPropertiesEXT
type Target = PhysicalDeviceCustomBorderColorPropertiesEXT
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
impl Clone for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
Source§fn clone(&self) -> PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
fn clone(&self) -> PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
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 moreSource§impl Default for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
impl Default for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
Source§fn default() -> PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
fn default() -> PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
impl RefUnwindSafe for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
impl Send for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
impl Sync for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
impl Unpin for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
impl UnwindSafe for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder
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