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: f64Width: f64Unit: TimedTextUnitTrait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more