#[repr(C)]pub struct IoEntityAddressData {
pub logical_address: u32,
pub doip_ctrl_timeout: u32,
}
Expand description
DoIP IO Entity address data
Fields§
§logical_address: u32
Logical addresses
doip_ctrl_timeout: u32
Timeout in milliseconds to wait for responses
Trait Implementations§
Source§impl Clone for IoEntityAddressData
impl Clone for IoEntityAddressData
Source§fn clone(&self) -> IoEntityAddressData
fn clone(&self) -> IoEntityAddressData
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 Debug for IoEntityAddressData
impl Debug for IoEntityAddressData
Source§impl Ord for IoEntityAddressData
impl Ord for IoEntityAddressData
Source§fn cmp(&self, other: &IoEntityAddressData) -> Ordering
fn cmp(&self, other: &IoEntityAddressData) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IoEntityAddressData
impl PartialEq for IoEntityAddressData
Source§impl PartialOrd for IoEntityAddressData
impl PartialOrd for IoEntityAddressData
impl Copy for IoEntityAddressData
impl Eq for IoEntityAddressData
impl StructuralPartialEq for IoEntityAddressData
Auto Trait Implementations§
impl Freeze for IoEntityAddressData
impl RefUnwindSafe for IoEntityAddressData
impl Send for IoEntityAddressData
impl Sync for IoEntityAddressData
impl Unpin for IoEntityAddressData
impl UnwindSafe for IoEntityAddressData
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