Struct UI_FONTDELTASIZE
#[repr(transparent)]pub struct UI_FONTDELTASIZE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UI_FONTDELTASIZE
impl Clone for UI_FONTDELTASIZE
§fn clone(&self) -> UI_FONTDELTASIZE
fn clone(&self) -> UI_FONTDELTASIZE
Returns a copy 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 more§impl Debug for UI_FONTDELTASIZE
impl Debug for UI_FONTDELTASIZE
§impl Default for UI_FONTDELTASIZE
impl Default for UI_FONTDELTASIZE
§fn default() -> UI_FONTDELTASIZE
fn default() -> UI_FONTDELTASIZE
Returns the “default value” for a type. Read more
§impl PartialEq for UI_FONTDELTASIZE
impl PartialEq for UI_FONTDELTASIZE
impl Copy for UI_FONTDELTASIZE
impl Eq for UI_FONTDELTASIZE
impl StructuralPartialEq for UI_FONTDELTASIZE
Auto Trait Implementations§
impl Freeze for UI_FONTDELTASIZE
impl RefUnwindSafe for UI_FONTDELTASIZE
impl Send for UI_FONTDELTASIZE
impl Sync for UI_FONTDELTASIZE
impl Unpin for UI_FONTDELTASIZE
impl UnwindSafe for UI_FONTDELTASIZE
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