#[repr(C)]pub struct SamplerCustomBorderColorIndexCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub index: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§index: u32Trait Implementations§
Source§impl Clone for SamplerCustomBorderColorIndexCreateInfoEXT
impl Clone for SamplerCustomBorderColorIndexCreateInfoEXT
Source§fn clone(&self) -> SamplerCustomBorderColorIndexCreateInfoEXT
fn clone(&self) -> SamplerCustomBorderColorIndexCreateInfoEXT
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 PartialEq for SamplerCustomBorderColorIndexCreateInfoEXT
impl PartialEq for SamplerCustomBorderColorIndexCreateInfoEXT
Source§fn eq(&self, other: &SamplerCustomBorderColorIndexCreateInfoEXT) -> bool
fn eq(&self, other: &SamplerCustomBorderColorIndexCreateInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SamplerCustomBorderColorIndexCreateInfoEXT
impl Eq for SamplerCustomBorderColorIndexCreateInfoEXT
impl Send for SamplerCustomBorderColorIndexCreateInfoEXT
impl StructuralPartialEq for SamplerCustomBorderColorIndexCreateInfoEXT
impl Sync for SamplerCustomBorderColorIndexCreateInfoEXT
Auto Trait Implementations§
impl Freeze for SamplerCustomBorderColorIndexCreateInfoEXT
impl RefUnwindSafe for SamplerCustomBorderColorIndexCreateInfoEXT
impl Unpin for SamplerCustomBorderColorIndexCreateInfoEXT
impl UnwindSafe for SamplerCustomBorderColorIndexCreateInfoEXT
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