#[repr(C)]pub struct ifont_selector_properties {
pub custom_font_enable: u16,
}Fields§
§custom_font_enable: u16Trait Implementations§
Source§impl Clone for ifont_selector_properties
impl Clone for ifont_selector_properties
Source§fn clone(&self) -> ifont_selector_properties
fn clone(&self) -> ifont_selector_properties
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 ifont_selector_properties
impl Debug for ifont_selector_properties
impl Copy for ifont_selector_properties
Auto Trait Implementations§
impl Freeze for ifont_selector_properties
impl RefUnwindSafe for ifont_selector_properties
impl Send for ifont_selector_properties
impl Sync for ifont_selector_properties
impl Unpin for ifont_selector_properties
impl UnwindSafe for ifont_selector_properties
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