Struct x11_dl::xft::XftGlyphSpec
source · #[repr(C)]pub struct XftGlyphSpec {
pub glyph: FT_UInt,
pub x: c_short,
pub y: c_short,
}
Fields§
§glyph: FT_UInt
§x: c_short
§y: c_short
Trait Implementations§
source§impl Clone for XftGlyphSpec
impl Clone for XftGlyphSpec
source§fn clone(&self) -> XftGlyphSpec
fn clone(&self) -> XftGlyphSpec
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 XftGlyphSpec
impl Debug for XftGlyphSpec
source§impl PartialEq for XftGlyphSpec
impl PartialEq for XftGlyphSpec
impl Copy for XftGlyphSpec
impl StructuralPartialEq for XftGlyphSpec
Auto Trait Implementations§
impl Freeze for XftGlyphSpec
impl RefUnwindSafe for XftGlyphSpec
impl Send for XftGlyphSpec
impl Sync for XftGlyphSpec
impl Unpin for XftGlyphSpec
impl UnwindSafe for XftGlyphSpec
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)