pub struct SdoEntryInfo {
pub data_type: DataType,
pub bit_len: u16,
pub access: SdoEntryAccess,
pub description: String,
}
Expand description
SDO Entry Information
Fields§
§data_type: DataType
§bit_len: u16
§access: SdoEntryAccess
§description: String
Trait Implementations§
Source§impl Clone for SdoEntryInfo
impl Clone for SdoEntryInfo
Source§fn clone(&self) -> SdoEntryInfo
fn clone(&self) -> SdoEntryInfo
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 SdoEntryInfo
impl Debug for SdoEntryInfo
Source§impl PartialEq for SdoEntryInfo
impl PartialEq for SdoEntryInfo
impl StructuralPartialEq for SdoEntryInfo
Auto Trait Implementations§
impl Freeze for SdoEntryInfo
impl RefUnwindSafe for SdoEntryInfo
impl Send for SdoEntryInfo
impl Sync for SdoEntryInfo
impl Unpin for SdoEntryInfo
impl UnwindSafe for SdoEntryInfo
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