pub enum DoubleBlockHalf {
Upper,
Lower,
}Variants§
Trait Implementations§
Source§impl Clone for DoubleBlockHalf
impl Clone for DoubleBlockHalf
Source§fn clone(&self) -> DoubleBlockHalf
fn clone(&self) -> DoubleBlockHalf
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DoubleBlockHalf
impl Debug for DoubleBlockHalf
Source§impl PartialEq for DoubleBlockHalf
impl PartialEq for DoubleBlockHalf
Source§fn eq(&self, other: &DoubleBlockHalf) -> bool
fn eq(&self, other: &DoubleBlockHalf) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PropertyEnum for DoubleBlockHalf
impl PropertyEnum for DoubleBlockHalf
impl StructuralPartialEq for DoubleBlockHalf
Auto Trait Implementations§
impl Freeze for DoubleBlockHalf
impl RefUnwindSafe for DoubleBlockHalf
impl Send for DoubleBlockHalf
impl Sync for DoubleBlockHalf
impl Unpin for DoubleBlockHalf
impl UnsafeUnpin for DoubleBlockHalf
impl UnwindSafe for DoubleBlockHalf
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