#[repr(C)]pub enum VkFrontFace {
VK_FRONT_FACE_COUNTER_CLOCKWISE = 0,
VK_FRONT_FACE_CLOCKWISE = 1,
VK_FRONT_FACE_MAX_ENUM = 2_147_483_647,
}Expand description
enum VkFrontFace from VK_VERSION_1_0
Variants§
VK_FRONT_FACE_COUNTER_CLOCKWISE = 0
VK_FRONT_FACE_CLOCKWISE = 1
VK_FRONT_FACE_MAX_ENUM = 2_147_483_647
Trait Implementations§
Source§impl Clone for VkFrontFace
impl Clone for VkFrontFace
Source§fn clone(&self) -> VkFrontFace
fn clone(&self) -> VkFrontFace
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 VkFrontFace
Source§impl Debug for VkFrontFace
impl Debug for VkFrontFace
impl Eq for VkFrontFace
Source§impl Hash for VkFrontFace
impl Hash for VkFrontFace
Source§impl Ord for VkFrontFace
impl Ord for VkFrontFace
Source§fn cmp(&self, other: &VkFrontFace) -> Ordering
fn cmp(&self, other: &VkFrontFace) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VkFrontFace
impl PartialEq for VkFrontFace
Source§impl PartialOrd for VkFrontFace
impl PartialOrd for VkFrontFace
impl StructuralPartialEq for VkFrontFace
Auto Trait Implementations§
impl Freeze for VkFrontFace
impl RefUnwindSafe for VkFrontFace
impl Send for VkFrontFace
impl Sync for VkFrontFace
impl Unpin for VkFrontFace
impl UnsafeUnpin for VkFrontFace
impl UnwindSafe for VkFrontFace
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