Struct windows_sys::Media::Core::TimedTextWeight
[−]#[repr(transparent)]pub struct TimedTextWeight(pub i32);
Expand description
Required features: "Media_Core"
Tuple Fields
0: i32
Implementations
impl TimedTextWeight
impl TimedTextWeight
Trait Implementations
impl Clone for TimedTextWeight
impl Clone for TimedTextWeight
impl Copy for TimedTextWeight
Auto Trait Implementations
impl RefUnwindSafe for TimedTextWeight
impl Send for TimedTextWeight
impl Sync for TimedTextWeight
impl Unpin for TimedTextWeight
impl UnwindSafe for TimedTextWeight
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