pub enum BorderLocation2D {
Bottom = 1,
Left = 2,
Top = 4,
Right = 8,
}Expand description
Plot border locations
Variants§
Trait Implementations§
Source§impl Clone for BorderLocation2D
impl Clone for BorderLocation2D
Source§fn clone(&self) -> BorderLocation2D
fn clone(&self) -> BorderLocation2D
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 BorderLocation2D
impl Debug for BorderLocation2D
Source§impl Ord for BorderLocation2D
impl Ord for BorderLocation2D
Source§fn cmp(&self, other: &BorderLocation2D) -> Ordering
fn cmp(&self, other: &BorderLocation2D) -> 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 PartialEq for BorderLocation2D
impl PartialEq for BorderLocation2D
Source§impl PartialOrd for BorderLocation2D
impl PartialOrd for BorderLocation2D
impl Copy for BorderLocation2D
impl Eq for BorderLocation2D
impl StructuralPartialEq for BorderLocation2D
Auto Trait Implementations§
impl Freeze for BorderLocation2D
impl RefUnwindSafe for BorderLocation2D
impl Send for BorderLocation2D
impl Sync for BorderLocation2D
impl Unpin for BorderLocation2D
impl UnwindSafe for BorderLocation2D
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