#[repr(C)]pub struct iuser_font_s {
pub show_font_name: *mut u8,
pub real_font_name: *mut u8,
pub font: *mut ifont,
}Fields§
§show_font_name: *mut u8§real_font_name: *mut u8§font: *mut ifontTrait Implementations§
Source§impl Clone for iuser_font_s
impl Clone for iuser_font_s
Source§fn clone(&self) -> iuser_font_s
fn clone(&self) -> iuser_font_s
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 iuser_font_s
impl Debug for iuser_font_s
impl Copy for iuser_font_s
Auto Trait Implementations§
impl Freeze for iuser_font_s
impl RefUnwindSafe for iuser_font_s
impl !Send for iuser_font_s
impl !Sync for iuser_font_s
impl Unpin for iuser_font_s
impl UnwindSafe for iuser_font_s
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