#[repr(u32)]pub enum ZL_TernaryParam {
ZL_TernaryParam_auto = 0,
ZL_TernaryParam_enable = 1,
ZL_TernaryParam_disable = 2,
}Variants§
Trait Implementations§
Source§impl Clone for ZL_TernaryParam
impl Clone for ZL_TernaryParam
Source§fn clone(&self) -> ZL_TernaryParam
fn clone(&self) -> ZL_TernaryParam
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_TernaryParam
impl Debug for ZL_TernaryParam
Source§impl Hash for ZL_TernaryParam
impl Hash for ZL_TernaryParam
Source§impl PartialEq for ZL_TernaryParam
impl PartialEq for ZL_TernaryParam
impl Copy for ZL_TernaryParam
impl Eq for ZL_TernaryParam
impl StructuralPartialEq for ZL_TernaryParam
Auto Trait Implementations§
impl Freeze for ZL_TernaryParam
impl RefUnwindSafe for ZL_TernaryParam
impl Send for ZL_TernaryParam
impl Sync for ZL_TernaryParam
impl Unpin for ZL_TernaryParam
impl UnwindSafe for ZL_TernaryParam
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