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