#[repr(C)]pub struct sfFontInfo {
pub family: *const c_char,
}Fields§
§family: *const c_charTrait Implementations§
Source§impl Clone for sfFontInfo
impl Clone for sfFontInfo
Source§fn clone(&self) -> sfFontInfo
fn clone(&self) -> sfFontInfo
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 sfFontInfo
impl Debug for sfFontInfo
Source§impl Hash for sfFontInfo
impl Hash for sfFontInfo
Source§impl Ord for sfFontInfo
impl Ord for sfFontInfo
Source§fn cmp(&self, other: &sfFontInfo) -> Ordering
fn cmp(&self, other: &sfFontInfo) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for sfFontInfo
impl PartialEq for sfFontInfo
Source§impl PartialOrd for sfFontInfo
impl PartialOrd for sfFontInfo
impl Copy for sfFontInfo
impl Eq for sfFontInfo
impl StructuralPartialEq for sfFontInfo
Auto Trait Implementations§
impl Freeze for sfFontInfo
impl RefUnwindSafe for sfFontInfo
impl !Send for sfFontInfo
impl !Sync for sfFontInfo
impl Unpin for sfFontInfo
impl UnwindSafe for sfFontInfo
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