pub struct LineCapMode(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl LineCapMode
impl LineCapMode
Trait Implementations§
Source§impl Clone for LineCapMode
impl Clone for LineCapMode
Source§fn clone(&self) -> LineCapMode
fn clone(&self) -> LineCapMode
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 LineCapMode
impl Debug for LineCapMode
Source§impl From<LineCapMode> for i64
impl From<LineCapMode> for i64
Source§fn from(v: LineCapMode) -> Self
fn from(v: LineCapMode) -> Self
Converts to this type from the input type.
Source§impl From<i64> for LineCapMode
impl From<i64> for LineCapMode
Source§impl FromVariant for LineCapMode
impl FromVariant for LineCapMode
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for LineCapMode
impl Hash for LineCapMode
Source§impl Ord for LineCapMode
impl Ord for LineCapMode
Source§fn cmp(&self, other: &LineCapMode) -> Ordering
fn cmp(&self, other: &LineCapMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LineCapMode
impl PartialEq for LineCapMode
Source§impl PartialOrd for LineCapMode
impl PartialOrd for LineCapMode
impl Copy for LineCapMode
impl Eq for LineCapMode
impl StructuralPartialEq for LineCapMode
Auto Trait Implementations§
impl Freeze for LineCapMode
impl RefUnwindSafe for LineCapMode
impl Send for LineCapMode
impl Sync for LineCapMode
impl Unpin for LineCapMode
impl UnwindSafe for LineCapMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.