pub struct Pdo {
pub sm: SmIdx,
pub fixed: bool,
pub mandatory: bool,
pub idx: PdoIdx,
pub name: Option<String>,
pub entries: Vec<PdoEntry>,
}
Expand description
Process Data Object (PDO).
Fields§
§sm: SmIdx
§fixed: bool
§mandatory: bool
§idx: PdoIdx
§name: Option<String>
§entries: Vec<PdoEntry>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pdo
impl RefUnwindSafe for Pdo
impl Send for Pdo
impl Sync for Pdo
impl Unpin for Pdo
impl UnwindSafe for Pdo
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