#[repr(C)]pub struct ec_ODlistt {
pub Slave: uint16,
pub Entries: uint16,
pub Index: [uint16; 1024],
pub DataType: [uint16; 1024],
pub ObjectCode: [uint8; 1024],
pub MaxSub: [uint8; 1024],
pub Name: [[c_char; 41]; 1024],
}Fields§
§Slave: uint16slave number
Entries: uint16number of entries in list
Index: [uint16; 1024]array of indexes
DataType: [uint16; 1024]array of datatypes, see EtherCAT specification
ObjectCode: [uint8; 1024]array of object codes, see EtherCAT specification
MaxSub: [uint8; 1024]number of subindexes for each index
Name: [[c_char; 41]; 1024]textual description of each index
Trait Implementations§
Source§impl Clone for ec_ODlistt
impl Clone for ec_ODlistt
Source§fn clone(&self) -> ec_ODlistt
fn clone(&self) -> ec_ODlistt
Returns a copy 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 ec_ODlistt
impl Debug for ec_ODlistt
impl Copy for ec_ODlistt
Auto Trait Implementations§
impl Freeze for ec_ODlistt
impl RefUnwindSafe for ec_ODlistt
impl Send for ec_ODlistt
impl Sync for ec_ODlistt
impl Unpin for ec_ODlistt
impl UnwindSafe for ec_ODlistt
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