#[repr(C)]pub struct fcft_glyph {
pub cp: u32,
pub cols: c_int,
pub font_name: *const c_char,
pub pix: *mut pixman_image_t,
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
pub advance: fcft_glyph__bindgen_ty_1,
pub is_color_glyph: bool,
}Fields§
§cp: u32§cols: c_int§font_name: *const c_char§pix: *mut pixman_image_t§x: c_int§y: c_int§width: c_int§height: c_int§advance: fcft_glyph__bindgen_ty_1§is_color_glyph: boolTrait Implementations§
Source§impl Clone for fcft_glyph
impl Clone for fcft_glyph
Source§fn clone(&self) -> fcft_glyph
fn clone(&self) -> fcft_glyph
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for fcft_glyph
Auto Trait Implementations§
impl !Send for fcft_glyph
impl !Sync for fcft_glyph
impl Freeze for fcft_glyph
impl RefUnwindSafe for fcft_glyph
impl Unpin for fcft_glyph
impl UnsafeUnpin for fcft_glyph
impl UnwindSafe for fcft_glyph
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