#[repr(u8)]pub enum pos_rule_test {
always_true = 0,
linear_pos = 1,
axis_aligned_linear_pos = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for pos_rule_test
impl Clone for pos_rule_test
Source§fn clone(&self) -> pos_rule_test
fn clone(&self) -> pos_rule_test
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 pos_rule_test
impl Debug for pos_rule_test
Source§impl Display for pos_rule_test
impl Display for pos_rule_test
Source§impl Hash for pos_rule_test
impl Hash for pos_rule_test
Source§impl PartialEq for pos_rule_test
impl PartialEq for pos_rule_test
Source§impl Write for pos_rule_test
impl Write for pos_rule_test
impl Copy for pos_rule_test
impl Eq for pos_rule_test
impl StructuralPartialEq for pos_rule_test
Auto Trait Implementations§
impl Freeze for pos_rule_test
impl RefUnwindSafe for pos_rule_test
impl Send for pos_rule_test
impl Sync for pos_rule_test
impl Unpin for pos_rule_test
impl UnwindSafe for pos_rule_test
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