pub struct SdoInfo {
pub pos: SdoPos,
pub idx: Idx,
pub max_sub_idx: SubIdx,
pub object_code: Option<u8>,
pub name: String,
}
Expand description
SDO Meta Information
Fields§
§pos: SdoPos
§idx: Idx
§max_sub_idx: SubIdx
§object_code: Option<u8>
§name: String
Trait Implementations§
impl StructuralPartialEq for SdoInfo
Auto Trait Implementations§
impl Freeze for SdoInfo
impl RefUnwindSafe for SdoInfo
impl Send for SdoInfo
impl Sync for SdoInfo
impl Unpin for SdoInfo
impl UnwindSafe for SdoInfo
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