Struct TimedTextWrapping
#[repr(transparent)]pub struct TimedTextWrapping(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl TimedTextWrapping
impl TimedTextWrapping
Trait Implementations§
§impl Clone for TimedTextWrapping
impl Clone for TimedTextWrapping
§fn clone(&self) -> TimedTextWrapping
fn clone(&self) -> TimedTextWrapping
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 TimedTextWrapping
impl Debug for TimedTextWrapping
§impl Default for TimedTextWrapping
impl Default for TimedTextWrapping
§fn default() -> TimedTextWrapping
fn default() -> TimedTextWrapping
Returns the “default value” for a type. Read more
§impl PartialEq for TimedTextWrapping
impl PartialEq for TimedTextWrapping
impl Copy for TimedTextWrapping
impl Eq for TimedTextWrapping
impl StructuralPartialEq for TimedTextWrapping
Auto Trait Implementations§
impl Freeze for TimedTextWrapping
impl RefUnwindSafe for TimedTextWrapping
impl Send for TimedTextWrapping
impl Sync for TimedTextWrapping
impl Unpin for TimedTextWrapping
impl UnwindSafe for TimedTextWrapping
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