#[repr(C)]pub struct Tk_FontMetrics {
pub ascent: c_int,
pub descent: c_int,
pub linespace: c_int,
}Fields§
§ascent: c_int§descent: c_int§linespace: c_intTrait Implementations§
Source§impl Clone for Tk_FontMetrics
impl Clone for Tk_FontMetrics
Source§fn clone(&self) -> Tk_FontMetrics
fn clone(&self) -> Tk_FontMetrics
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 Tk_FontMetrics
impl Debug for Tk_FontMetrics
impl Copy for Tk_FontMetrics
Auto Trait Implementations§
impl Freeze for Tk_FontMetrics
impl RefUnwindSafe for Tk_FontMetrics
impl Send for Tk_FontMetrics
impl Sync for Tk_FontMetrics
impl Unpin for Tk_FontMetrics
impl UnwindSafe for Tk_FontMetrics
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