Enum minecraft_data::val_left_right
source · #[repr(u8)]pub enum val_left_right {
left = 0,
right = 1,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for val_left_right
impl Clone for val_left_right
source§fn clone(&self) -> val_left_right
fn clone(&self) -> val_left_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 Debug for val_left_right
impl Debug for val_left_right
source§impl Display for val_left_right
impl Display for val_left_right
source§impl Hash for val_left_right
impl Hash for val_left_right
source§impl PartialEq for val_left_right
impl PartialEq for val_left_right
source§fn eq(&self, other: &val_left_right) -> bool
fn eq(&self, other: &val_left_right) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for val_left_right
impl Eq for val_left_right
impl StructuralPartialEq for val_left_right
Auto Trait Implementations§
impl Freeze for val_left_right
impl RefUnwindSafe for val_left_right
impl Send for val_left_right
impl Sync for val_left_right
impl Unpin for val_left_right
impl UnwindSafe for val_left_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