#[repr(i32)]pub enum SkUnicode_TextDirection {
LTR = 0,
RTL = 1,
}Variants§
Trait Implementations§
Source§impl Clone for SkUnicode_TextDirection
impl Clone for SkUnicode_TextDirection
Source§fn clone(&self) -> SkUnicode_TextDirection
fn clone(&self) -> SkUnicode_TextDirection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SkUnicode_TextDirection
impl Debug for SkUnicode_TextDirection
Source§impl Hash for SkUnicode_TextDirection
impl Hash for SkUnicode_TextDirection
Source§impl PartialEq for SkUnicode_TextDirection
impl PartialEq for SkUnicode_TextDirection
Source§fn eq(&self, other: &SkUnicode_TextDirection) -> bool
fn eq(&self, other: &SkUnicode_TextDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SkUnicode_TextDirection
impl Eq for SkUnicode_TextDirection
impl StructuralPartialEq for SkUnicode_TextDirection
Auto Trait Implementations§
impl Freeze for SkUnicode_TextDirection
impl RefUnwindSafe for SkUnicode_TextDirection
impl Send for SkUnicode_TextDirection
impl Sync for SkUnicode_TextDirection
impl Unpin for SkUnicode_TextDirection
impl UnsafeUnpin for SkUnicode_TextDirection
impl UnwindSafe for SkUnicode_TextDirection
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