#[repr(C)]pub struct SamplerCustomBorderColorCreateInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub customBorderColor: ClearColorValue,
pub format: Format,
}Fields§
§sType: StructureType§pNext: *const c_void§customBorderColor: ClearColorValue§format: FormatImplementations§
Source§impl SamplerCustomBorderColorCreateInfoEXT
impl SamplerCustomBorderColorCreateInfoEXT
pub fn new() -> Self
pub fn sType(self, sType: StructureType) -> Self
pub fn pNext(self, pNext: *const c_void) -> Self
pub fn customBorderColor(self, customBorderColor: ClearColorValue) -> Self
pub fn format(self, format: Format) -> Self
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 moreSource§impl Default for SamplerCustomBorderColorCreateInfoEXT
impl Default for SamplerCustomBorderColorCreateInfoEXT
Source§fn default() -> SamplerCustomBorderColorCreateInfoEXT
fn default() -> SamplerCustomBorderColorCreateInfoEXT
Returns the “default value” for a type. Read more
impl Copy 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