ZL_StandardNodeID

Enum ZL_StandardNodeID 

Source
#[repr(u32)]
pub enum ZL_StandardNodeID {
Show 45 variants ZL_StandardNodeID_illegal = 0, ZL_StandardNodeID_delta_int = 2, ZL_StandardNodeID_transpose_split = 3, ZL_StandardNodeID_zigzag = 4, ZL_StandardNodeID_dispatchN_byTag = 5, ZL_StandardNodeID_float32_deconstruct = 6, ZL_StandardNodeID_bfloat16_deconstruct = 7, ZL_StandardNodeID_float16_deconstruct = 8, ZL_StandardNodeID_field_lz = 9, ZL_StandardNodeID_convert_struct_to_serial = 10, ZL_StandardNodeID_convert_num_to_struct_le = 11, ZL_StandardNodeID_convert_num_to_serial_le = 12, ZL_StandardNodeID_convert_serial_to_struct = 13, ZL_StandardNodeID_convert_serial_to_struct2 = 14, ZL_StandardNodeID_convert_serial_to_struct4 = 15, ZL_StandardNodeID_convert_serial_to_struct8 = 16, ZL_StandardNodeID_convert_struct_to_num_le = 17, ZL_StandardNodeID_convert_struct_to_num_be = 18, ZL_StandardNodeID_convert_serial_to_num8 = 19, ZL_StandardNodeID_convert_serial_to_num_le16 = 20, ZL_StandardNodeID_convert_serial_to_num_le32 = 21, ZL_StandardNodeID_convert_serial_to_num_le64 = 22, ZL_StandardNodeID_convert_serial_to_num_be16 = 23, ZL_StandardNodeID_convert_serial_to_num_be32 = 24, ZL_StandardNodeID_convert_serial_to_num_be64 = 25, ZL_StandardNodeID_separate_string_components = 26, ZL_StandardNodeID_bitunpack = 27, ZL_StandardNodeID_range_pack = 28, ZL_StandardNodeID_merge_sorted = 29, ZL_StandardNodeID_prefix = 30, ZL_StandardNodeID_divide_by = 31, ZL_StandardNodeID_dispatch_string = 32, ZL_StandardNodeID_concat_serial = 33, ZL_StandardNodeID_concat_num = 34, ZL_StandardNodeID_concat_struct = 35, ZL_StandardNodeID_concat_string = 36, ZL_StandardNodeID_dedup_num = 37, ZL_StandardNodeID_parse_int = 38, ZL_StandardNodeID_interleave_string = 39, ZL_StandardNodeID_tokenize_struct = 40, ZL_StandardNodeID_tokenize_numeric = 41, ZL_StandardNodeID_tokenize_string = 42, ZL_StandardNodeID_quantize_offsets = 43, ZL_StandardNodeID_quantize_lengths = 44, ZL_StandardNodeID_public_end = 45,
}

Variants§

§

ZL_StandardNodeID_illegal = 0

§

ZL_StandardNodeID_delta_int = 2

§

ZL_StandardNodeID_transpose_split = 3

§

ZL_StandardNodeID_zigzag = 4

§

ZL_StandardNodeID_dispatchN_byTag = 5

§

ZL_StandardNodeID_float32_deconstruct = 6

§

ZL_StandardNodeID_bfloat16_deconstruct = 7

§

ZL_StandardNodeID_float16_deconstruct = 8

§

ZL_StandardNodeID_field_lz = 9

§

ZL_StandardNodeID_convert_struct_to_serial = 10

§

ZL_StandardNodeID_convert_num_to_struct_le = 11

§

ZL_StandardNodeID_convert_num_to_serial_le = 12

§

ZL_StandardNodeID_convert_serial_to_struct = 13

§

ZL_StandardNodeID_convert_serial_to_struct2 = 14

§

ZL_StandardNodeID_convert_serial_to_struct4 = 15

§

ZL_StandardNodeID_convert_serial_to_struct8 = 16

§

ZL_StandardNodeID_convert_struct_to_num_le = 17

§

ZL_StandardNodeID_convert_struct_to_num_be = 18

§

ZL_StandardNodeID_convert_serial_to_num8 = 19

§

ZL_StandardNodeID_convert_serial_to_num_le16 = 20

§

ZL_StandardNodeID_convert_serial_to_num_le32 = 21

§

ZL_StandardNodeID_convert_serial_to_num_le64 = 22

§

ZL_StandardNodeID_convert_serial_to_num_be16 = 23

§

ZL_StandardNodeID_convert_serial_to_num_be32 = 24

§

ZL_StandardNodeID_convert_serial_to_num_be64 = 25

§

ZL_StandardNodeID_separate_string_components = 26

§

ZL_StandardNodeID_bitunpack = 27

§

ZL_StandardNodeID_range_pack = 28

§

ZL_StandardNodeID_merge_sorted = 29

§

ZL_StandardNodeID_prefix = 30

§

ZL_StandardNodeID_divide_by = 31

§

ZL_StandardNodeID_dispatch_string = 32

§

ZL_StandardNodeID_concat_serial = 33

§

ZL_StandardNodeID_concat_num = 34

§

ZL_StandardNodeID_concat_struct = 35

§

ZL_StandardNodeID_concat_string = 36

§

ZL_StandardNodeID_dedup_num = 37

§

ZL_StandardNodeID_parse_int = 38

§

ZL_StandardNodeID_interleave_string = 39

§

ZL_StandardNodeID_tokenize_struct = 40

§

ZL_StandardNodeID_tokenize_numeric = 41

§

ZL_StandardNodeID_tokenize_string = 42

§

ZL_StandardNodeID_quantize_offsets = 43

§

ZL_StandardNodeID_quantize_lengths = 44

§

ZL_StandardNodeID_public_end = 45

Trait Implementations§

Source§

impl Clone for ZL_StandardNodeID

Source§

fn clone(&self) -> ZL_StandardNodeID

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ZL_StandardNodeID

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Hash for ZL_StandardNodeID

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl PartialEq for ZL_StandardNodeID

Source§

fn eq(&self, other: &ZL_StandardNodeID) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for ZL_StandardNodeID

Source§

impl Eq for ZL_StandardNodeID

Source§

impl StructuralPartialEq for ZL_StandardNodeID

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.