Struct windows_sys::Media::Core::TimedTextRubyAlign
[−]#[repr(transparent)]pub struct TimedTextRubyAlign(pub i32);
Expand description
Required features: "Media_Core"
Tuple Fields
0: i32
Implementations
impl TimedTextRubyAlign
impl TimedTextRubyAlign
pub const Center: Self = Self(0i32)
pub const Start: Self = Self(1i32)
pub const End: Self = Self(2i32)
pub const SpaceAround: Self = Self(3i32)
pub const SpaceBetween: Self = Self(4i32)
pub const WithBase: Self = Self(5i32)
Trait Implementations
impl Clone for TimedTextRubyAlign
impl Clone for TimedTextRubyAlign
impl Copy for TimedTextRubyAlign
Auto Trait Implementations
impl RefUnwindSafe for TimedTextRubyAlign
impl Send for TimedTextRubyAlign
impl Sync for TimedTextRubyAlign
impl Unpin for TimedTextRubyAlign
impl UnwindSafe for TimedTextRubyAlign
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