Struct TimedTextRubyAlign
#[repr(transparent)]pub struct TimedTextRubyAlign(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl TimedTextRubyAlign
impl TimedTextRubyAlign
pub const Center: Self = _
pub const Start: Self = _
pub const End: Self = _
pub const SpaceAround: Self = _
pub const SpaceBetween: Self = _
pub const WithBase: Self = _
Trait Implementations§
§impl Clone for TimedTextRubyAlign
impl Clone for TimedTextRubyAlign
§fn clone(&self) -> TimedTextRubyAlign
fn clone(&self) -> TimedTextRubyAlign
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for TimedTextRubyAlign
impl Debug for TimedTextRubyAlign
§impl Default for TimedTextRubyAlign
impl Default for TimedTextRubyAlign
§fn default() -> TimedTextRubyAlign
fn default() -> TimedTextRubyAlign
Returns the “default value” for a type. Read more
§impl PartialEq for TimedTextRubyAlign
impl PartialEq for TimedTextRubyAlign
impl Copy for TimedTextRubyAlign
impl Eq for TimedTextRubyAlign
impl StructuralPartialEq for TimedTextRubyAlign
Auto Trait Implementations§
impl Freeze for TimedTextRubyAlign
impl RefUnwindSafe for TimedTextRubyAlign
impl Send for TimedTextRubyAlign
impl Sync for TimedTextRubyAlign
impl Unpin for TimedTextRubyAlign
impl UnwindSafe for TimedTextRubyAlign
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more