pub enum FunctionSelect {
Sel0 = 0,
Sel1 = 1,
Sel2 = 2,
Sel3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FunctionSelect
impl Clone for FunctionSelect
Source§fn clone(&self) -> FunctionSelect
fn clone(&self) -> FunctionSelect
Returns a duplicate 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 FunctionSelect
impl Debug for FunctionSelect
Source§impl Format for FunctionSelect
impl Format for FunctionSelect
Source§impl PartialEq for FunctionSelect
impl PartialEq for FunctionSelect
impl Copy for FunctionSelect
impl Eq for FunctionSelect
impl StructuralPartialEq for FunctionSelect
Auto Trait Implementations§
impl Freeze for FunctionSelect
impl RefUnwindSafe for FunctionSelect
impl Send for FunctionSelect
impl Sync for FunctionSelect
impl Unpin for FunctionSelect
impl UnwindSafe for FunctionSelect
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