#[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§impl PartialOrd for UListFormatterWidth
impl PartialOrd 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)