pub enum LineOrientation {
Horizontal,
Vertical,
}
Variants§
Trait Implementations§
Source§impl Clone for LineOrientation
impl Clone for LineOrientation
Source§fn clone(&self) -> LineOrientation
fn clone(&self) -> LineOrientation
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LineOrientation
impl Debug for LineOrientation
impl Copy for LineOrientation
Auto Trait Implementations§
impl Freeze for LineOrientation
impl RefUnwindSafe for LineOrientation
impl Send for LineOrientation
impl Sync for LineOrientation
impl Unpin for LineOrientation
impl UnwindSafe for LineOrientation
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