#[repr(C)]pub struct ec_ioctl_config_pdo_entry_t {
pub config_index: u32,
pub sync_index: u8,
pub pdo_pos: u16,
pub entry_pos: u8,
pub index: u16,
pub subindex: u8,
pub bit_length: u8,
pub name: [i8; 64],
}Fields§
§config_index: u32§sync_index: u8§pdo_pos: u16§entry_pos: u8§index: u16§subindex: u8§bit_length: u8§name: [i8; 64]Trait Implementations§
Source§impl Clone for ec_ioctl_config_pdo_entry_t
impl Clone for ec_ioctl_config_pdo_entry_t
Source§fn clone(&self) -> ec_ioctl_config_pdo_entry_t
fn clone(&self) -> ec_ioctl_config_pdo_entry_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_config_pdo_entry_t
Auto Trait Implementations§
impl Freeze for ec_ioctl_config_pdo_entry_t
impl RefUnwindSafe for ec_ioctl_config_pdo_entry_t
impl Send for ec_ioctl_config_pdo_entry_t
impl Sync for ec_ioctl_config_pdo_entry_t
impl Unpin for ec_ioctl_config_pdo_entry_t
impl UnwindSafe for ec_ioctl_config_pdo_entry_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