#[repr(C)]pub struct ec_eepromPDO {
pub Startpos: uint16,
pub Length: uint16,
pub nPDO: uint16,
pub Index: [uint16; 512],
pub SyncM: [uint16; 512],
pub BitSize: [uint16; 512],
pub SMbitsize: [uint16; 8],
}Expand description
record to store rxPDO and txPDO table from eeprom
Fields§
§Startpos: uint16§Length: uint16§nPDO: uint16§Index: [uint16; 512]§SyncM: [uint16; 512]§BitSize: [uint16; 512]§SMbitsize: [uint16; 8]Trait Implementations§
Source§impl Clone for ec_eepromPDO
impl Clone for ec_eepromPDO
Source§fn clone(&self) -> ec_eepromPDO
fn clone(&self) -> ec_eepromPDO
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 moreimpl Copy for ec_eepromPDO
Auto Trait Implementations§
impl Freeze for ec_eepromPDO
impl RefUnwindSafe for ec_eepromPDO
impl Send for ec_eepromPDO
impl Sync for ec_eepromPDO
impl Unpin for ec_eepromPDO
impl UnwindSafe for ec_eepromPDO
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