#[repr(u8)]pub enum val_straight_inner_left_inner_right_outer_left_outer_right {
straight = 0,
inner_left = 1,
inner_right = 2,
outer_left = 3,
outer_right = 4,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for val_straight_inner_left_inner_right_outer_left_outer_right
impl Clone for val_straight_inner_left_inner_right_outer_left_outer_right
source§fn clone(&self) -> val_straight_inner_left_inner_right_outer_left_outer_right
fn clone(&self) -> val_straight_inner_left_inner_right_outer_left_outer_right
Returns a copy 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 PartialEq for val_straight_inner_left_inner_right_outer_left_outer_right
impl PartialEq for val_straight_inner_left_inner_right_outer_left_outer_right
source§fn eq(
&self,
other: &val_straight_inner_left_inner_right_outer_left_outer_right
) -> bool
fn eq( &self, other: &val_straight_inner_left_inner_right_outer_left_outer_right ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for val_straight_inner_left_inner_right_outer_left_outer_right
impl Eq for val_straight_inner_left_inner_right_outer_left_outer_right
impl StructuralEq for val_straight_inner_left_inner_right_outer_left_outer_right
impl StructuralPartialEq for val_straight_inner_left_inner_right_outer_left_outer_right
Auto Trait Implementations§
impl RefUnwindSafe for val_straight_inner_left_inner_right_outer_left_outer_right
impl Send for val_straight_inner_left_inner_right_outer_left_outer_right
impl Sync for val_straight_inner_left_inner_right_outer_left_outer_right
impl Unpin for val_straight_inner_left_inner_right_outer_left_outer_right
impl UnwindSafe for val_straight_inner_left_inner_right_outer_left_outer_right
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