Struct ash::vk::SamplerCustomBorderColorCreateInfoEXT
source · #[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
Fields§
§s_type: StructureType
§p_next: *const c_void
§custom_border_color: ClearColorValue
§format: Format
Implementations§
source§impl SamplerCustomBorderColorCreateInfoEXT
impl SamplerCustomBorderColorCreateInfoEXT
pub fn builder<'a>() -> SamplerCustomBorderColorCreateInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for SamplerCustomBorderColorCreateInfoEXT
impl Clone for SamplerCustomBorderColorCreateInfoEXT
source§fn clone(&self) -> SamplerCustomBorderColorCreateInfoEXT
fn clone(&self) -> SamplerCustomBorderColorCreateInfoEXT
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 SamplerCustomBorderColorCreateInfoEXT
impl TaggedStructure for SamplerCustomBorderColorCreateInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::SAMPLER_CUSTOM_BORDER_COLOR_CREATE_INFO_EXT
impl 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 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