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