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