#[repr(u32)]pub enum ZL_StandardGraphID {
Show 17 variants
ZL_StandardGraphID_illegal = 0,
ZL_StandardGraphID_store = 2,
ZL_StandardGraphID_fse = 3,
ZL_StandardGraphID_huffman = 4,
ZL_StandardGraphID_entropy = 5,
ZL_StandardGraphID_constant = 6,
ZL_StandardGraphID_zstd = 7,
ZL_StandardGraphID_bitpack = 8,
ZL_StandardGraphID_flatpack = 9,
ZL_StandardGraphID_field_lz = 10,
ZL_StandardGraphID_compress_generic = 11,
ZL_StandardGraphID_select_generic_lz_backend = 12,
ZL_StandardGraphID_select_numeric = 13,
ZL_StandardGraphID_clustering = 14,
ZL_StandardGraphID_try_parse_int = 15,
ZL_StandardGraphID_simple_data_description_language = 16,
ZL_StandardGraphID_public_end = 17,
}Variants§
ZL_StandardGraphID_illegal = 0
ZL_StandardGraphID_store = 2
ZL_StandardGraphID_fse = 3
ZL_StandardGraphID_huffman = 4
ZL_StandardGraphID_entropy = 5
ZL_StandardGraphID_constant = 6
ZL_StandardGraphID_zstd = 7
ZL_StandardGraphID_bitpack = 8
ZL_StandardGraphID_flatpack = 9
ZL_StandardGraphID_field_lz = 10
ZL_StandardGraphID_compress_generic = 11
ZL_StandardGraphID_select_generic_lz_backend = 12
ZL_StandardGraphID_select_numeric = 13
ZL_StandardGraphID_clustering = 14
ZL_StandardGraphID_try_parse_int = 15
ZL_StandardGraphID_simple_data_description_language = 16
ZL_StandardGraphID_public_end = 17
Trait Implementations§
Source§impl Clone for ZL_StandardGraphID
impl Clone for ZL_StandardGraphID
Source§fn clone(&self) -> ZL_StandardGraphID
fn clone(&self) -> ZL_StandardGraphID
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 ZL_StandardGraphID
impl Debug for ZL_StandardGraphID
Source§impl Hash for ZL_StandardGraphID
impl Hash for ZL_StandardGraphID
Source§impl PartialEq for ZL_StandardGraphID
impl PartialEq for ZL_StandardGraphID
impl Copy for ZL_StandardGraphID
impl Eq for ZL_StandardGraphID
impl StructuralPartialEq for ZL_StandardGraphID
Auto Trait Implementations§
impl Freeze for ZL_StandardGraphID
impl RefUnwindSafe for ZL_StandardGraphID
impl Send for ZL_StandardGraphID
impl Sync for ZL_StandardGraphID
impl Unpin for ZL_StandardGraphID
impl UnwindSafe for ZL_StandardGraphID
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