Struct LINE_METRICS
#[repr(transparent)]pub struct LINE_METRICS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for LINE_METRICS
impl Clone for LINE_METRICS
§fn clone(&self) -> LINE_METRICS
fn clone(&self) -> LINE_METRICS
Returns a copy 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 more§impl Debug for LINE_METRICS
impl Debug for LINE_METRICS
§impl Default for LINE_METRICS
impl Default for LINE_METRICS
§fn default() -> LINE_METRICS
fn default() -> LINE_METRICS
Returns the “default value” for a type. Read more
§impl PartialEq for LINE_METRICS
impl PartialEq for LINE_METRICS
impl Copy for LINE_METRICS
impl Eq for LINE_METRICS
impl StructuralPartialEq for LINE_METRICS
Auto Trait Implementations§
impl Freeze for LINE_METRICS
impl RefUnwindSafe for LINE_METRICS
impl Send for LINE_METRICS
impl Sync for LINE_METRICS
impl Unpin for LINE_METRICS
impl UnwindSafe for LINE_METRICS
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