#[repr(transparent)]pub struct LOTFillRule(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl LOTFillRule
impl LOTFillRule
pub const FillEvenOdd: LOTFillRule
Source§impl LOTFillRule
impl LOTFillRule
pub const FillWinding: LOTFillRule
Trait Implementations§
Source§impl Clone for LOTFillRule
impl Clone for LOTFillRule
Source§fn clone(&self) -> LOTFillRule
fn clone(&self) -> LOTFillRule
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 LOTFillRule
impl Debug for LOTFillRule
Source§impl Hash for LOTFillRule
impl Hash for LOTFillRule
Source§impl PartialEq for LOTFillRule
impl PartialEq for LOTFillRule
impl Copy for LOTFillRule
impl Eq for LOTFillRule
impl StructuralPartialEq for LOTFillRule
Auto Trait Implementations§
impl Freeze for LOTFillRule
impl RefUnwindSafe for LOTFillRule
impl Send for LOTFillRule
impl Sync for LOTFillRule
impl Unpin for LOTFillRule
impl UnwindSafe for LOTFillRule
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