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