#[repr(u32)]pub enum UListFormatterType {
ULISTFMT_TYPE_AND = 0,
ULISTFMT_TYPE_OR = 1,
ULISTFMT_TYPE_UNITS = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for UListFormatterType
impl Clone for UListFormatterType
Source§fn clone(&self) -> UListFormatterType
fn clone(&self) -> UListFormatterType
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 UListFormatterType
impl Debug for UListFormatterType
Source§impl Hash for UListFormatterType
impl Hash for UListFormatterType
Source§impl PartialEq for UListFormatterType
impl PartialEq for UListFormatterType
Source§impl PartialOrd for UListFormatterType
impl PartialOrd for UListFormatterType
impl Copy for UListFormatterType
impl Eq for UListFormatterType
impl StructuralPartialEq for UListFormatterType
Auto Trait Implementations§
impl Freeze for UListFormatterType
impl RefUnwindSafe for UListFormatterType
impl Send for UListFormatterType
impl Sync for UListFormatterType
impl Unpin for UListFormatterType
impl UnwindSafe for UListFormatterType
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
)