pub enum NLXC_PPD_Int {
On,
Off,
}Variants§
Trait Implementations§
Source§impl Clone for NLXC_PPD_Int
impl Clone for NLXC_PPD_Int
Source§fn clone(&self) -> NLXC_PPD_Int
fn clone(&self) -> NLXC_PPD_Int
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 NLXC_PPD_Int
impl Debug for NLXC_PPD_Int
Source§impl<'de> Deserialize<'de> for NLXC_PPD_Int
impl<'de> Deserialize<'de> for NLXC_PPD_Int
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for NLXC_PPD_Int
impl Display for NLXC_PPD_Int
Source§impl Hash for NLXC_PPD_Int
impl Hash for NLXC_PPD_Int
Source§impl KeywordDisplay for NLXC_PPD_Int
impl KeywordDisplay for NLXC_PPD_Int
Source§impl Ord for NLXC_PPD_Int
impl Ord for NLXC_PPD_Int
Source§fn cmp(&self, other: &NLXC_PPD_Int) -> Ordering
fn cmp(&self, other: &NLXC_PPD_Int) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NLXC_PPD_Int
impl PartialEq for NLXC_PPD_Int
Source§impl PartialOrd for NLXC_PPD_Int
impl PartialOrd for NLXC_PPD_Int
Source§impl Serialize for NLXC_PPD_Int
impl Serialize for NLXC_PPD_Int
impl Copy for NLXC_PPD_Int
impl Eq for NLXC_PPD_Int
impl StructuralPartialEq for NLXC_PPD_Int
Auto Trait Implementations§
impl Freeze for NLXC_PPD_Int
impl RefUnwindSafe for NLXC_PPD_Int
impl Send for NLXC_PPD_Int
impl Sync for NLXC_PPD_Int
impl Unpin for NLXC_PPD_Int
impl UnwindSafe for NLXC_PPD_Int
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