Enum rust_icu_sys::UTransDirection
source · #[repr(u32)]pub enum UTransDirection {
UTRANS_FORWARD = 0,
UTRANS_REVERSE = 1,
}
Variants§
Trait Implementations§
source§impl Clone for UTransDirection
impl Clone for UTransDirection
source§fn clone(&self) -> UTransDirection
fn clone(&self) -> UTransDirection
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 UTransDirection
impl Debug for UTransDirection
source§impl Hash for UTransDirection
impl Hash for UTransDirection
source§impl PartialEq for UTransDirection
impl PartialEq for UTransDirection
source§fn eq(&self, other: &UTransDirection) -> bool
fn eq(&self, other: &UTransDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UTransDirection
impl PartialOrd for UTransDirection
source§fn partial_cmp(&self, other: &UTransDirection) -> Option<Ordering>
fn partial_cmp(&self, other: &UTransDirection) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UTransDirection
impl Eq for UTransDirection
impl StructuralPartialEq for UTransDirection
Auto Trait Implementations§
impl RefUnwindSafe for UTransDirection
impl Send for UTransDirection
impl Sync for UTransDirection
impl Unpin for UTransDirection
impl UnwindSafe for UTransDirection
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