#[repr(transparent)]pub struct LCDPolygonFillRule(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl LCDPolygonFillRule
impl LCDPolygonFillRule
pub const kPolygonFillNonZero: LCDPolygonFillRule
Source§impl LCDPolygonFillRule
impl LCDPolygonFillRule
pub const kPolygonFillEvenOdd: LCDPolygonFillRule
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 · Source§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 PartialEq for LCDPolygonFillRule
impl PartialEq for LCDPolygonFillRule
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§
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