pub struct ComTransformationTechnologyConfig {
pub isignal_ipdu_length: u32,
}
Expand description
Configuration for a COM transformation
Fields§
§isignal_ipdu_length: u32
The length of the ISignalIpdu
tha will be transformed by this Com transformer.
The value is only used up to AUTOSAR R20-11 (AUTOSAR_00049
), where it is needed to calculate the buffer size.
Trait Implementations§
Source§impl Clone for ComTransformationTechnologyConfig
impl Clone for ComTransformationTechnologyConfig
Source§fn clone(&self) -> ComTransformationTechnologyConfig
fn clone(&self) -> ComTransformationTechnologyConfig
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 PartialEq for ComTransformationTechnologyConfig
impl PartialEq for ComTransformationTechnologyConfig
Source§fn eq(&self, other: &ComTransformationTechnologyConfig) -> bool
fn eq(&self, other: &ComTransformationTechnologyConfig) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ComTransformationTechnologyConfig
impl StructuralPartialEq for ComTransformationTechnologyConfig
Auto Trait Implementations§
impl Freeze for ComTransformationTechnologyConfig
impl RefUnwindSafe for ComTransformationTechnologyConfig
impl Send for ComTransformationTechnologyConfig
impl Sync for ComTransformationTechnologyConfig
impl Unpin for ComTransformationTechnologyConfig
impl UnwindSafe for ComTransformationTechnologyConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.