Struct x11_dl::xft::XftCharFontSpec
source · #[repr(C)]pub struct XftCharFontSpec {
pub font: *mut XftFont,
pub ucs4: FcChar32,
pub x: c_short,
pub y: c_short,
}
Fields§
§font: *mut XftFont
§ucs4: FcChar32
§x: c_short
§y: c_short
Trait Implementations§
source§impl Clone for XftCharFontSpec
impl Clone for XftCharFontSpec
source§fn clone(&self) -> XftCharFontSpec
fn clone(&self) -> XftCharFontSpec
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 moresource§impl Debug for XftCharFontSpec
impl Debug for XftCharFontSpec
source§impl PartialEq for XftCharFontSpec
impl PartialEq for XftCharFontSpec
source§fn eq(&self, other: &XftCharFontSpec) -> bool
fn eq(&self, other: &XftCharFontSpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XftCharFontSpec
impl StructuralPartialEq for XftCharFontSpec
Auto Trait Implementations§
impl Freeze for XftCharFontSpec
impl RefUnwindSafe for XftCharFontSpec
impl !Send for XftCharFontSpec
impl !Sync for XftCharFontSpec
impl Unpin for XftCharFontSpec
impl UnwindSafe for XftCharFontSpec
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