pub enum Edgeselselect {
Disable = 0,
Enable = 1,
}
Expand description
Edge Selection
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Edgeselselect
impl Clone for Edgeselselect
Source§fn clone(&self) -> Edgeselselect
fn clone(&self) -> Edgeselselect
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 Edgeselselect
impl Debug for Edgeselselect
Source§impl From<Edgeselselect> for bool
impl From<Edgeselselect> for bool
Source§fn from(variant: Edgeselselect) -> Self
fn from(variant: Edgeselselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Edgeselselect
impl PartialEq for Edgeselselect
impl Copy for Edgeselselect
impl Eq for Edgeselselect
impl StructuralPartialEq for Edgeselselect
Auto Trait Implementations§
impl Freeze for Edgeselselect
impl RefUnwindSafe for Edgeselselect
impl Send for Edgeselselect
impl Sync for Edgeselselect
impl Unpin for Edgeselselect
impl UnwindSafe for Edgeselselect
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