#[repr(C)]pub struct ifont_menu_s {
pub menu_title: *mut u8,
pub current_font: *mut u8,
pub flags: FONT_MENU_FLAGS,
pub hproc: iv_fontselecthandler,
pub user_fonts: *mut ifont_list,
}Fields§
§current_font: *mut u8§flags: FONT_MENU_FLAGS§hproc: iv_fontselecthandler§user_fonts: *mut ifont_listTrait Implementations§
Source§fn clone(&self) -> ifont_menu_s
fn clone(&self) -> ifont_menu_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 moreAuto Trait Implementations§
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