Struct windows_sys::Media::Core::TimedTextSize
[−]#[repr(C)]pub struct TimedTextSize {
pub Height: f64,
pub Width: f64,
pub Unit: TimedTextUnit,
}
Expand description
Required features: "Media_Core"
Fields
Height: f64
Width: f64
Unit: TimedTextUnit
Trait Implementations
impl Clone for TimedTextSize
impl Clone for TimedTextSize
impl Copy for TimedTextSize
Auto Trait Implementations
impl RefUnwindSafe for TimedTextSize
impl Send for TimedTextSize
impl Sync for TimedTextSize
impl Unpin for TimedTextSize
impl UnwindSafe for TimedTextSize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more