Struct x11_dl::xft::XftCharSpec
source · #[repr(C)]pub struct XftCharSpec {
pub ucs4: FcChar32,
pub x: c_short,
pub y: c_short,
}
Fields§
§ucs4: FcChar32
§x: c_short
§y: c_short
Trait Implementations§
source§impl Clone for XftCharSpec
impl Clone for XftCharSpec
source§fn clone(&self) -> XftCharSpec
fn clone(&self) -> XftCharSpec
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 XftCharSpec
impl Debug for XftCharSpec
source§impl PartialEq for XftCharSpec
impl PartialEq for XftCharSpec
impl Copy for XftCharSpec
impl StructuralPartialEq for XftCharSpec
Auto Trait Implementations§
impl Freeze for XftCharSpec
impl RefUnwindSafe for XftCharSpec
impl Send for XftCharSpec
impl Sync for XftCharSpec
impl Unpin for XftCharSpec
impl UnwindSafe for XftCharSpec
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
)