#[repr(u8)]pub enum LCDPolygonFillRule {
kPolygonFillNonZero = 0,
kPolygonFillEvenOdd = 1,
}Variants§
Trait Implementations§
Source§impl Clone for LCDPolygonFillRule
impl Clone for LCDPolygonFillRule
Source§fn clone(&self) -> LCDPolygonFillRule
fn clone(&self) -> LCDPolygonFillRule
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LCDPolygonFillRule
impl Debug for LCDPolygonFillRule
Source§impl Hash for LCDPolygonFillRule
impl Hash for LCDPolygonFillRule
Source§impl Ord for LCDPolygonFillRule
impl Ord for LCDPolygonFillRule
Source§impl PartialEq for LCDPolygonFillRule
impl PartialEq for LCDPolygonFillRule
Source§impl PartialOrd for LCDPolygonFillRule
impl PartialOrd for LCDPolygonFillRule
Source§fn partial_cmp(&self, other: &LCDPolygonFillRule) -> Option<Ordering>
fn partial_cmp(&self, other: &LCDPolygonFillRule) -> Option<Ordering>
impl Copy for LCDPolygonFillRule
impl Eq for LCDPolygonFillRule
impl StructuralPartialEq for LCDPolygonFillRule
Auto Trait Implementations§
impl Freeze for LCDPolygonFillRule
impl RefUnwindSafe for LCDPolygonFillRule
impl Send for LCDPolygonFillRule
impl Sync for LCDPolygonFillRule
impl Unpin for LCDPolygonFillRule
impl UnwindSafe for LCDPolygonFillRule
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
§impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
§impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
kPolygonFillNonZero: 0 byteskPolygonFillEvenOdd: 0 bytes