pub struct PreDefinedCurveFontId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for PreDefinedCurveFontId
impl Clone for PreDefinedCurveFontId
Source§fn clone(&self) -> PreDefinedCurveFontId
fn clone(&self) -> PreDefinedCurveFontId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PreDefinedCurveFontId
Source§impl Debug for PreDefinedCurveFontId
impl Debug for PreDefinedCurveFontId
impl Eq for PreDefinedCurveFontId
Source§impl Hash for PreDefinedCurveFontId
impl Hash for PreDefinedCurveFontId
Source§impl PartialEq for PreDefinedCurveFontId
impl PartialEq for PreDefinedCurveFontId
Source§fn eq(&self, other: &PreDefinedCurveFontId) -> bool
fn eq(&self, other: &PreDefinedCurveFontId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreDefinedCurveFontId
Auto Trait Implementations§
impl Freeze for PreDefinedCurveFontId
impl RefUnwindSafe for PreDefinedCurveFontId
impl Send for PreDefinedCurveFontId
impl Sync for PreDefinedCurveFontId
impl Unpin for PreDefinedCurveFontId
impl UnsafeUnpin for PreDefinedCurveFontId
impl UnwindSafe for PreDefinedCurveFontId
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