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