#[repr(C)]pub struct SamplerCustomBorderColorCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub custom_border_color: ClearColorValue,
pub format: Format,
}Expand description
VkSamplerCustomBorderColorCreateInfoEXT
Provided by VK_EXT_custom_border_color.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SAMPLER_CUSTOM_BORDER_COLOR_CREATE_INFO_EXT.
p_next: *const c_voidOptional, may be null.
custom_border_color: ClearColorValue§format: FormatImplementations§
Source§impl SamplerCustomBorderColorCreateInfoEXT
impl SamplerCustomBorderColorCreateInfoEXT
Sourcepub fn builder<'a>() -> SamplerCustomBorderColorCreateInfoEXTBuilder<'a>
pub fn builder<'a>() -> SamplerCustomBorderColorCreateInfoEXTBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for SamplerCustomBorderColorCreateInfoEXT
impl Clone for SamplerCustomBorderColorCreateInfoEXT
Source§fn clone(&self) -> SamplerCustomBorderColorCreateInfoEXT
fn clone(&self) -> SamplerCustomBorderColorCreateInfoEXT
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 moreimpl Copy for SamplerCustomBorderColorCreateInfoEXT
impl ExtendsSamplerCreateInfo for SamplerCustomBorderColorCreateInfoEXT
Auto Trait Implementations§
impl Freeze for SamplerCustomBorderColorCreateInfoEXT
impl RefUnwindSafe for SamplerCustomBorderColorCreateInfoEXT
impl !Send for SamplerCustomBorderColorCreateInfoEXT
impl !Sync for SamplerCustomBorderColorCreateInfoEXT
impl Unpin for SamplerCustomBorderColorCreateInfoEXT
impl UnsafeUnpin for SamplerCustomBorderColorCreateInfoEXT
impl UnwindSafe for SamplerCustomBorderColorCreateInfoEXT
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