#[repr(u32)]pub enum ZL_GraphType {
ZL_GraphType_standard = 0,
ZL_GraphType_static = 1,
ZL_GraphType_selector = 2,
ZL_GraphType_function = 3,
ZL_GraphType_multiInput = 4,
ZL_GraphType_parameterized = 5,
ZL_GraphType_segmenter = 6,
}Variants§
ZL_GraphType_standard = 0
ZL_GraphType_static = 1
ZL_GraphType_selector = 2
ZL_GraphType_function = 3
ZL_GraphType_multiInput = 4
ZL_GraphType_parameterized = 5
ZL_GraphType_segmenter = 6
Trait Implementations§
Source§impl Clone for ZL_GraphType
impl Clone for ZL_GraphType
Source§fn clone(&self) -> ZL_GraphType
fn clone(&self) -> ZL_GraphType
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_GraphType
impl Debug for ZL_GraphType
Source§impl Hash for ZL_GraphType
impl Hash for ZL_GraphType
Source§impl PartialEq for ZL_GraphType
impl PartialEq for ZL_GraphType
impl Copy for ZL_GraphType
impl Eq for ZL_GraphType
impl StructuralPartialEq for ZL_GraphType
Auto Trait Implementations§
impl Freeze for ZL_GraphType
impl RefUnwindSafe for ZL_GraphType
impl Send for ZL_GraphType
impl Sync for ZL_GraphType
impl Unpin for ZL_GraphType
impl UnwindSafe for ZL_GraphType
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