#[repr(u8)]pub enum Fsel {
Show 16 variants
FUNCTION_0 = 0,
FUNCTION_1 = 1,
FUNCTION_2 = 2,
FUNCTION_3 = 3,
FUNCTION_4 = 4,
FUNCTION_5 = 5,
FUNCTION_6 = 6,
FUNCTION_7 = 7,
FUNCTION_8 = 8,
FUNCTION_9 = 9,
FUNCTION_10 = 10,
FUNCTION_11 = 11,
FUNCTION_12 = 12,
FUNCTION_13 = 13,
FUNCTION_14 = 14,
FUNCTION_15 = 15,
}Variants§
FUNCTION_0 = 0
Function 0.
FUNCTION_1 = 1
Function 1.
FUNCTION_2 = 2
Function 2.
FUNCTION_3 = 3
Function 3.
FUNCTION_4 = 4
Function 4.
FUNCTION_5 = 5
Function 5.
FUNCTION_6 = 6
Function 6.
FUNCTION_7 = 7
Function 7.
FUNCTION_8 = 8
Function 8.
FUNCTION_9 = 9
Function 9.
FUNCTION_10 = 10
Function 10.
FUNCTION_11 = 11
Function 11.
FUNCTION_12 = 12
Function 12.
FUNCTION_13 = 13
Function 13.
FUNCTION_14 = 14
Function 14.
FUNCTION_15 = 15
Function 15.
Implementations§
Trait Implementations§
Source§impl Ord for Fsel
impl Ord for Fsel
Source§impl PartialOrd for Fsel
impl PartialOrd for Fsel
impl Copy for Fsel
impl Eq for Fsel
impl StructuralPartialEq for Fsel
Auto Trait Implementations§
impl Freeze for Fsel
impl RefUnwindSafe for Fsel
impl Send for Fsel
impl Sync for Fsel
impl Unpin for Fsel
impl UnwindSafe for Fsel
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