#[repr(C)]pub struct ec_ioctl_slave_sdo_upload_t {
pub slave_position: u16,
pub sdo_index: u16,
pub sdo_entry_subindex: u8,
pub target_size: usize,
pub target: *mut u8,
pub data_size: usize,
pub abort_code: u32,
}Fields§
§slave_position: u16§sdo_index: u16§sdo_entry_subindex: u8§target_size: usize§target: *mut u8§data_size: usize§abort_code: u32Trait Implementations§
Source§impl Clone for ec_ioctl_slave_sdo_upload_t
impl Clone for ec_ioctl_slave_sdo_upload_t
Source§fn clone(&self) -> ec_ioctl_slave_sdo_upload_t
fn clone(&self) -> ec_ioctl_slave_sdo_upload_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 moreimpl Copy for ec_ioctl_slave_sdo_upload_t
Auto Trait Implementations§
impl Freeze for ec_ioctl_slave_sdo_upload_t
impl RefUnwindSafe for ec_ioctl_slave_sdo_upload_t
impl !Send for ec_ioctl_slave_sdo_upload_t
impl !Sync for ec_ioctl_slave_sdo_upload_t
impl Unpin for ec_ioctl_slave_sdo_upload_t
impl UnwindSafe for ec_ioctl_slave_sdo_upload_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