#[repr(C)]pub struct SafeMdpConfig {
pub connection_id: u16,
pub safety_address: u16,
pub watchdog_time_ms: u32,
pub safe_input_size: u16,
pub safe_output_size: u16,
pub pdo_input_offset: u32,
pub pdo_output_offset: u32,
pub module_number: u16,
pub module_profile: u16,
pub axis_number: u16,
pub connection_type: u16,
}Fields§
§connection_id: u16§safety_address: u16§watchdog_time_ms: u32§safe_input_size: u16§safe_output_size: u16§pdo_input_offset: u32§pdo_output_offset: u32§module_number: u16§module_profile: u16§axis_number: u16§connection_type: u16Trait Implementations§
Source§impl Clone for SafeMdpConfig
impl Clone for SafeMdpConfig
Source§fn clone(&self) -> SafeMdpConfig
fn clone(&self) -> SafeMdpConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SafeMdpConfig
Auto Trait Implementations§
impl Freeze for SafeMdpConfig
impl RefUnwindSafe for SafeMdpConfig
impl Send for SafeMdpConfig
impl Sync for SafeMdpConfig
impl Unpin for SafeMdpConfig
impl UnsafeUnpin for SafeMdpConfig
impl UnwindSafe for SafeMdpConfig
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