pub struct FBD_SpecialArray {
pub name: String,
pub operand: Option<String>,
pub operand_ioi: Option<String>,
pub operand_iointt: Option<String>,
pub use: Option<String>,
pub custom_properties: Option<CustomPropertiesCollection>,
}Expand description
FBD_SpecialArrayType element
Fields§
§name: StringName attribute
operand: Option<String>Operand attribute
operand_ioi: Option<String>OperandIOI attribute
operand_iointt: Option<String>OperandIOINTT attribute
use: Option<String>Use attribute
custom_properties: Option<CustomPropertiesCollection>CustomProperties element
Trait Implementations§
Source§impl Clone for FBD_SpecialArray
impl Clone for FBD_SpecialArray
Source§fn clone(&self) -> FBD_SpecialArray
fn clone(&self) -> FBD_SpecialArray
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 FBD_SpecialArray
impl Debug for FBD_SpecialArray
Source§impl Default for FBD_SpecialArray
impl Default for FBD_SpecialArray
Source§fn default() -> FBD_SpecialArray
fn default() -> FBD_SpecialArray
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FBD_SpecialArray
impl<'de> Deserialize<'de> for FBD_SpecialArray
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 FBD_SpecialArray
impl PartialEq for FBD_SpecialArray
Source§impl Serialize for FBD_SpecialArray
impl Serialize for FBD_SpecialArray
impl StructuralPartialEq for FBD_SpecialArray
Auto Trait Implementations§
impl Freeze for FBD_SpecialArray
impl RefUnwindSafe for FBD_SpecialArray
impl Send for FBD_SpecialArray
impl Sync for FBD_SpecialArray
impl Unpin for FBD_SpecialArray
impl UnsafeUnpin for FBD_SpecialArray
impl UnwindSafe for FBD_SpecialArray
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