#[repr(C)]pub struct ec_ioctl_slave_sync_t {
pub slave_position: u16,
pub sync_index: u32,
pub physical_start_address: u16,
pub default_size: u16,
pub control_register: u8,
pub enable: u8,
pub pdo_count: u8,
}Fields§
§slave_position: u16§sync_index: u32§physical_start_address: u16§default_size: u16§control_register: u8§enable: u8§pdo_count: u8Trait Implementations§
Source§impl Clone for ec_ioctl_slave_sync_t
impl Clone for ec_ioctl_slave_sync_t
Source§fn clone(&self) -> ec_ioctl_slave_sync_t
fn clone(&self) -> ec_ioctl_slave_sync_t
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 Default for ec_ioctl_slave_sync_t
impl Default for ec_ioctl_slave_sync_t
Source§fn default() -> ec_ioctl_slave_sync_t
fn default() -> ec_ioctl_slave_sync_t
Returns the “default value” for a type. Read more
impl Copy for ec_ioctl_slave_sync_t
Auto Trait Implementations§
impl Freeze for ec_ioctl_slave_sync_t
impl RefUnwindSafe for ec_ioctl_slave_sync_t
impl Send for ec_ioctl_slave_sync_t
impl Sync for ec_ioctl_slave_sync_t
impl Unpin for ec_ioctl_slave_sync_t
impl UnwindSafe for ec_ioctl_slave_sync_t
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