#[repr(C)]pub struct FsoeConfig {
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,
}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: u32Trait Implementations§
Source§impl Clone for FsoeConfig
impl Clone for FsoeConfig
Source§fn clone(&self) -> FsoeConfig
fn clone(&self) -> FsoeConfig
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 FsoeConfig
Auto Trait Implementations§
impl Freeze for FsoeConfig
impl RefUnwindSafe for FsoeConfig
impl Send for FsoeConfig
impl Sync for FsoeConfig
impl Unpin for FsoeConfig
impl UnsafeUnpin for FsoeConfig
impl UnwindSafe for FsoeConfig
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