#[repr(u8)]pub enum LineOrientation {
    Vertical = 0,
    Horizontal = 1,
}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§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for LineOrientation
 
impl Debug for LineOrientation
Source§impl Default for LineOrientation
 
impl Default for LineOrientation
Source§impl<'de> Deserialize<'de> for LineOrientation
 
impl<'de> Deserialize<'de> for LineOrientation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for LineOrientation
 
impl Hash for LineOrientation
Source§impl MallocSizeOf for LineOrientation
 
impl MallocSizeOf for LineOrientation
Source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
 
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
Source§impl PartialEq for LineOrientation
 
impl PartialEq for LineOrientation
Source§impl Peek for LineOrientation
 
impl Peek for LineOrientation
Source§impl Poke for LineOrientation
 
impl Poke for LineOrientation
Source§impl Serialize for LineOrientation
 
impl Serialize for LineOrientation
impl Copy for LineOrientation
impl Eq for LineOrientation
impl StructuralPartialEq 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