Struct TimedTextSize
#[repr(C)]pub struct TimedTextSize {
pub Height: f64,
pub Width: f64,
pub Unit: TimedTextUnit,
}
Fields§
§Height: f64
§Width: f64
§Unit: TimedTextUnit
Trait Implementations§
§impl Clone for TimedTextSize
impl Clone for TimedTextSize
§fn clone(&self) -> TimedTextSize
fn clone(&self) -> TimedTextSize
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 TimedTextSize
impl Debug for TimedTextSize
§impl Default for TimedTextSize
impl Default for TimedTextSize
§fn default() -> TimedTextSize
fn default() -> TimedTextSize
Returns the “default value” for a type. Read more
§impl PartialEq for TimedTextSize
impl PartialEq for TimedTextSize
impl Copy for TimedTextSize
impl StructuralPartialEq for TimedTextSize
Auto Trait Implementations§
impl Freeze for TimedTextSize
impl RefUnwindSafe for TimedTextSize
impl Send for TimedTextSize
impl Sync for TimedTextSize
impl Unpin for TimedTextSize
impl UnwindSafe for TimedTextSize
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