Struct windows_sys::Media::Core::TimedTextDouble
[−]#[repr(C)]pub struct TimedTextDouble {
pub Value: f64,
pub Unit: TimedTextUnit,
}
Expand description
Required features: "Media_Core"
Fields
Value: f64
Unit: TimedTextUnit
Trait Implementations
impl Clone for TimedTextDouble
impl Clone for TimedTextDouble
impl Copy for TimedTextDouble
Auto Trait Implementations
impl RefUnwindSafe for TimedTextDouble
impl Send for TimedTextDouble
impl Sync for TimedTextDouble
impl Unpin for TimedTextDouble
impl UnwindSafe for TimedTextDouble
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