pub struct SomeIpTransformationTechnologyConfig {
pub alignment: u32,
pub byte_order: ByteOrder,
pub interface_version: u32,
}
Expand description
Configuration for a SOMEIP transformation
Fields§
§alignment: u32
The alignment of the data in bits
byte_order: ByteOrder
The byte order of the data
interface_version: u32
The interface version the SOME/IP transformer shall use.
Trait Implementations§
Source§impl Clone for SomeIpTransformationTechnologyConfig
impl Clone for SomeIpTransformationTechnologyConfig
Source§fn clone(&self) -> SomeIpTransformationTechnologyConfig
fn clone(&self) -> SomeIpTransformationTechnologyConfig
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 SomeIpTransformationTechnologyConfig
impl PartialEq for SomeIpTransformationTechnologyConfig
Source§fn eq(&self, other: &SomeIpTransformationTechnologyConfig) -> bool
fn eq(&self, other: &SomeIpTransformationTechnologyConfig) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for SomeIpTransformationTechnologyConfig
impl StructuralPartialEq for SomeIpTransformationTechnologyConfig
Auto Trait Implementations§
impl Freeze for SomeIpTransformationTechnologyConfig
impl RefUnwindSafe for SomeIpTransformationTechnologyConfig
impl Send for SomeIpTransformationTechnologyConfig
impl Sync for SomeIpTransformationTechnologyConfig
impl Unpin for SomeIpTransformationTechnologyConfig
impl UnwindSafe for SomeIpTransformationTechnologyConfig
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.