#[repr(C)]pub struct ttf_outline {
pub total_points: c_int,
pub ncontours: c_int,
pub cont: [ttf_outline__bindgen_ty_1; 1],
}Expand description
@brief The outline struct
Fields§
§total_points: c_int§ncontours: c_int§cont: [ttf_outline__bindgen_ty_1; 1]Trait Implementations§
Source§impl Clone for ttf_outline
impl Clone for ttf_outline
Source§fn clone(&self) -> ttf_outline
fn clone(&self) -> ttf_outline
Returns a duplicate 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 ttf_outline
impl Debug for ttf_outline
impl Copy for ttf_outline
Auto Trait Implementations§
impl Freeze for ttf_outline
impl RefUnwindSafe for ttf_outline
impl !Send for ttf_outline
impl !Sync for ttf_outline
impl Unpin for ttf_outline
impl UnwindSafe for ttf_outline
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