#[repr(C)]pub struct cairo_glyph_t {
pub index: c_ulong,
pub x: c_double,
pub y: c_double,
}
Fields§
§index: c_ulong
§x: c_double
§y: c_double
Trait Implementations§
Source§impl Clone for cairo_glyph_t
impl Clone for cairo_glyph_t
Source§fn clone(&self) -> cairo_glyph_t
fn clone(&self) -> cairo_glyph_t
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 cairo_glyph_t
impl Debug for cairo_glyph_t
impl Copy for cairo_glyph_t
Auto Trait Implementations§
impl Freeze for cairo_glyph_t
impl RefUnwindSafe for cairo_glyph_t
impl Send for cairo_glyph_t
impl Sync for cairo_glyph_t
impl Unpin for cairo_glyph_t
impl UnwindSafe for cairo_glyph_t
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
)