Struct csfml_graphics_sys::sfFontInfo
[−]
[src]
#[repr(C)]pub struct sfFontInfo { pub family: *const c_schar, }
Fields
family: *const c_schar
Trait Implementations
impl Debug for sfFontInfo[src]
impl Copy for sfFontInfo[src]
impl Clone for sfFontInfo[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more