pub enum PositionAreaPhsyicalVertical {
}Variants§
Top(Ident)
Center(Ident)
Bottom(Ident)
SpanTop(Ident)
SpanBottom(Ident)
YStart(Ident)
YEnd(Ident)
SpanYStart(Ident)
SpanYEnd(Ident)
YSelfStart(Ident)
YSelfEnd(Ident)
SpanYSelfStart(Ident)
SpanYSelfEnd(Ident)
SpanAll(Ident)
Trait Implementations§
Source§impl Clone for PositionAreaPhsyicalVertical
impl Clone for PositionAreaPhsyicalVertical
Source§fn clone(&self) -> PositionAreaPhsyicalVertical
fn clone(&self) -> PositionAreaPhsyicalVertical
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 PositionAreaPhsyicalVertical
impl Debug for PositionAreaPhsyicalVertical
Source§impl Hash for PositionAreaPhsyicalVertical
impl Hash for PositionAreaPhsyicalVertical
Source§impl Ord for PositionAreaPhsyicalVertical
impl Ord for PositionAreaPhsyicalVertical
Source§fn cmp(&self, other: &PositionAreaPhsyicalVertical) -> Ordering
fn cmp(&self, other: &PositionAreaPhsyicalVertical) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for PositionAreaPhsyicalVertical
impl<'a> Parse<'a> for PositionAreaPhsyicalVertical
Source§impl PartialEq for PositionAreaPhsyicalVertical
impl PartialEq for PositionAreaPhsyicalVertical
Source§fn eq(&self, other: &PositionAreaPhsyicalVertical) -> bool
fn eq(&self, other: &PositionAreaPhsyicalVertical) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PositionAreaPhsyicalVertical
impl PartialOrd for PositionAreaPhsyicalVertical
Source§impl<'a> Peek<'a> for PositionAreaPhsyicalVertical
impl<'a> Peek<'a> for PositionAreaPhsyicalVertical
Source§impl ToCursors for PositionAreaPhsyicalVertical
impl ToCursors for PositionAreaPhsyicalVertical
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for PositionAreaPhsyicalVertical
impl Eq for PositionAreaPhsyicalVertical
impl StructuralPartialEq for PositionAreaPhsyicalVertical
Auto Trait Implementations§
impl Freeze for PositionAreaPhsyicalVertical
impl RefUnwindSafe for PositionAreaPhsyicalVertical
impl Send for PositionAreaPhsyicalVertical
impl Sync for PositionAreaPhsyicalVertical
impl Unpin for PositionAreaPhsyicalVertical
impl UnwindSafe for PositionAreaPhsyicalVertical
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