#[repr(u32)]pub enum ucs_ternary_auto_value {
UCS_NO = 0,
UCS_YES = 1,
UCS_TRY = 2,
UCS_AUTO = 3,
UCS_TERNARY_LAST = 4,
}Expand description
Ternary logic or Auto value.
Variants§
Trait Implementations§
Source§impl Clone for ucs_ternary_auto_value
impl Clone for ucs_ternary_auto_value
Source§fn clone(&self) -> ucs_ternary_auto_value
fn clone(&self) -> ucs_ternary_auto_value
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 ucs_ternary_auto_value
impl Debug for ucs_ternary_auto_value
Source§impl Hash for ucs_ternary_auto_value
impl Hash for ucs_ternary_auto_value
Source§impl PartialEq for ucs_ternary_auto_value
impl PartialEq for ucs_ternary_auto_value
impl Copy for ucs_ternary_auto_value
impl Eq for ucs_ternary_auto_value
impl StructuralPartialEq for ucs_ternary_auto_value
Auto Trait Implementations§
impl Freeze for ucs_ternary_auto_value
impl RefUnwindSafe for ucs_ternary_auto_value
impl Send for ucs_ternary_auto_value
impl Sync for ucs_ternary_auto_value
impl Unpin for ucs_ternary_auto_value
impl UnwindSafe for ucs_ternary_auto_value
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