#[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: Format
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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl 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