#[repr(C)]pub struct ec_ioctl_slave_t {Show 35 fields
pub position: u16,
pub device_index: c_uint,
pub vendor_id: u32,
pub product_code: u32,
pub revision_number: u32,
pub serial_number: u32,
pub alias: u16,
pub boot_rx_mailbox_offset: u16,
pub boot_rx_mailbox_size: u16,
pub boot_tx_mailbox_offset: u16,
pub boot_tx_mailbox_size: u16,
pub std_rx_mailbox_offset: u16,
pub std_rx_mailbox_size: u16,
pub std_tx_mailbox_offset: u16,
pub std_tx_mailbox_size: u16,
pub mailbox_protocols: u16,
pub has_general_category: u8,
pub coe_details: ec_sii_coe_details_t,
pub general_flags: ec_sii_general_flags_t,
pub current_on_ebus: i16,
pub ports: [ec_ioctl_slave_t__bindgen_ty_1; 4],
pub fmmu_bit: u8,
pub dc_supported: u8,
pub dc_range: ec_slave_dc_range_t,
pub has_dc_system_time: u8,
pub transmission_delay: u32,
pub al_state: u8,
pub error_flag: u8,
pub sync_count: u8,
pub sdo_count: u16,
pub sii_nwords: u32,
pub group: [c_char; 64],
pub image: [c_char; 64],
pub order: [c_char; 64],
pub name: [c_char; 64],
}Fields§
§position: u16§device_index: c_uint§vendor_id: u32§product_code: u32§revision_number: u32§serial_number: u32§alias: u16§boot_rx_mailbox_offset: u16§boot_rx_mailbox_size: u16§boot_tx_mailbox_offset: u16§boot_tx_mailbox_size: u16§std_rx_mailbox_offset: u16§std_rx_mailbox_size: u16§std_tx_mailbox_offset: u16§std_tx_mailbox_size: u16§mailbox_protocols: u16§has_general_category: u8§coe_details: ec_sii_coe_details_t§general_flags: ec_sii_general_flags_t§current_on_ebus: i16§ports: [ec_ioctl_slave_t__bindgen_ty_1; 4]§fmmu_bit: u8§dc_supported: u8§dc_range: ec_slave_dc_range_t§has_dc_system_time: u8§transmission_delay: u32§al_state: u8§error_flag: u8§sync_count: u8§sdo_count: u16§sii_nwords: u32§group: [c_char; 64]§image: [c_char; 64]§order: [c_char; 64]§name: [c_char; 64]Trait Implementations§
Source§impl Clone for ec_ioctl_slave_t
impl Clone for ec_ioctl_slave_t
Source§fn clone(&self) -> ec_ioctl_slave_t
fn clone(&self) -> ec_ioctl_slave_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_t
impl Default for ec_ioctl_slave_t
impl Copy for ec_ioctl_slave_t
Auto Trait Implementations§
impl Freeze for ec_ioctl_slave_t
impl RefUnwindSafe for ec_ioctl_slave_t
impl Send for ec_ioctl_slave_t
impl Sync for ec_ioctl_slave_t
impl Unpin for ec_ioctl_slave_t
impl UnwindSafe for ec_ioctl_slave_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