pub struct TextWrapPos(pub f32);
Tuple Fields§
§0: f32
Trait Implementations§
Source§impl Clone for TextWrapPos
impl Clone for TextWrapPos
Source§fn clone(&self) -> TextWrapPos
fn clone(&self) -> TextWrapPos
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 moreSource§impl Debug for TextWrapPos
impl Debug for TextWrapPos
impl Copy for TextWrapPos
Auto Trait Implementations§
impl Freeze for TextWrapPos
impl RefUnwindSafe for TextWrapPos
impl Send for TextWrapPos
impl Sync for TextWrapPos
impl Unpin for TextWrapPos
impl UnwindSafe for TextWrapPos
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