#[repr(u32)]pub enum OccluderPolygon2DCullMode {
Disabled = 0,
Clockwise = 1,
CounterClockwise = 2,
}Variants§
Trait Implementations§
Source§impl Clone for OccluderPolygon2DCullMode
impl Clone for OccluderPolygon2DCullMode
Source§fn clone(&self) -> OccluderPolygon2DCullMode
fn clone(&self) -> OccluderPolygon2DCullMode
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 OccluderPolygon2DCullMode
Source§impl Debug for OccluderPolygon2DCullMode
impl Debug for OccluderPolygon2DCullMode
impl Eq for OccluderPolygon2DCullMode
Source§impl Hash for OccluderPolygon2DCullMode
impl Hash for OccluderPolygon2DCullMode
Source§impl PartialEq for OccluderPolygon2DCullMode
impl PartialEq for OccluderPolygon2DCullMode
Source§fn eq(&self, other: &OccluderPolygon2DCullMode) -> bool
fn eq(&self, other: &OccluderPolygon2DCullMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OccluderPolygon2DCullMode
Auto Trait Implementations§
impl Freeze for OccluderPolygon2DCullMode
impl RefUnwindSafe for OccluderPolygon2DCullMode
impl Send for OccluderPolygon2DCullMode
impl Sync for OccluderPolygon2DCullMode
impl Unpin for OccluderPolygon2DCullMode
impl UnsafeUnpin for OccluderPolygon2DCullMode
impl UnwindSafe for OccluderPolygon2DCullMode
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