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