pub enum ElementaryTypes {
Show 31 variants
BOOL(String),
BYTE(String),
WORD(String),
DWORD(String),
LWORD(String),
SINT(String),
INT(String),
DINT(String),
LINT(String),
USINT(String),
UINT(String),
UDINT(String),
ULINT(String),
REAL(String),
LREAL(String),
TIME(String),
DATE(String),
DT(String),
TOD(String),
String(ElementaryTypes_string_Inline),
Wstring(ElementaryTypes_wstring_Inline),
ANY(String),
ANY_DERIVED(String),
ANY_ELEMENTARY(String),
ANY_MAGNITUDE(String),
ANY_NUM(String),
ANY_REAL(String),
ANY_INT(String),
ANY_BIT(String),
ANY_STRING(String),
ANY_DATE(String),
}Expand description
elementaryTypes choice group
Variants§
BOOL(String)
BYTE(String)
WORD(String)
DWORD(String)
LWORD(String)
SINT(String)
INT(String)
DINT(String)
LINT(String)
USINT(String)
UINT(String)
UDINT(String)
ULINT(String)
REAL(String)
LREAL(String)
TIME(String)
DATE(String)
DT(String)
TOD(String)
String(ElementaryTypes_string_Inline)
Wstring(ElementaryTypes_wstring_Inline)
ANY(String)
ANY_DERIVED(String)
ANY_ELEMENTARY(String)
ANY_MAGNITUDE(String)
ANY_NUM(String)
ANY_REAL(String)
ANY_INT(String)
ANY_BIT(String)
ANY_STRING(String)
ANY_DATE(String)
Trait Implementations§
Source§impl Clone for ElementaryTypes
impl Clone for ElementaryTypes
Source§fn clone(&self) -> ElementaryTypes
fn clone(&self) -> ElementaryTypes
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ElementaryTypes
impl Debug for ElementaryTypes
Source§impl<'de> Deserialize<'de> for ElementaryTypes
impl<'de> Deserialize<'de> for ElementaryTypes
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 PartialEq for ElementaryTypes
impl PartialEq for ElementaryTypes
Source§impl Serialize for ElementaryTypes
impl Serialize for ElementaryTypes
impl StructuralPartialEq for ElementaryTypes
Auto Trait Implementations§
impl Freeze for ElementaryTypes
impl RefUnwindSafe for ElementaryTypes
impl Send for ElementaryTypes
impl Sync for ElementaryTypes
impl Unpin for ElementaryTypes
impl UnwindSafe for ElementaryTypes
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)