#[repr(C)]pub enum SamplerBorderColor {
TransparentBlack = 0,
OpaqueBlack = 1,
OpaqueWhite = 2,
}Variants§
Trait Implementations§
Source§impl Clone for SamplerBorderColor
impl Clone for SamplerBorderColor
Source§fn clone(&self) -> SamplerBorderColor
fn clone(&self) -> SamplerBorderColor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SamplerBorderColor
Source§impl Debug for SamplerBorderColor
impl Debug for SamplerBorderColor
impl Eq for SamplerBorderColor
Source§impl Hash for SamplerBorderColor
impl Hash for SamplerBorderColor
Source§impl PartialEq for SamplerBorderColor
impl PartialEq for SamplerBorderColor
Source§fn eq(&self, other: &SamplerBorderColor) -> bool
fn eq(&self, other: &SamplerBorderColor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SamplerBorderColor
Auto Trait Implementations§
impl Freeze for SamplerBorderColor
impl RefUnwindSafe for SamplerBorderColor
impl Send for SamplerBorderColor
impl Sync for SamplerBorderColor
impl Unpin for SamplerBorderColor
impl UnsafeUnpin for SamplerBorderColor
impl UnwindSafe for SamplerBorderColor
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