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