#[repr(u32)]pub enum UListFormatterWidth {
ULISTFMT_WIDTH_WIDE = 0,
ULISTFMT_WIDTH_SHORT = 1,
ULISTFMT_WIDTH_NARROW = 2,
}
Variants§
Trait Implementations§
source§impl Clone for UListFormatterWidth
impl Clone for UListFormatterWidth
source§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 moresource§impl Debug for UListFormatterWidth
impl Debug for UListFormatterWidth
source§impl Hash for UListFormatterWidth
impl Hash for UListFormatterWidth
source§impl PartialEq for UListFormatterWidth
impl PartialEq for UListFormatterWidth
source§fn eq(&self, other: &UListFormatterWidth) -> bool
fn eq(&self, other: &UListFormatterWidth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UListFormatterWidth
impl PartialOrd for UListFormatterWidth
source§fn partial_cmp(&self, other: &UListFormatterWidth) -> Option<Ordering>
fn partial_cmp(&self, other: &UListFormatterWidth) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UListFormatterWidth
impl Eq for UListFormatterWidth
impl StructuralPartialEq for UListFormatterWidth
Auto Trait Implementations§
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