pub struct FlexrayPhysicalChannelsInfo {
pub channel_a: Option<FlexrayPhysicalChannel>,
pub channel_b: Option<FlexrayPhysicalChannel>,
}
Expand description
Information about the flexray physical channels present inside a cluster
Fields§
§channel_a: Option<FlexrayPhysicalChannel>
channel A - it contains FlexrayChannelName::A
channel_b: Option<FlexrayPhysicalChannel>
channel B - it contains FlexrayChannelName::B
Trait Implementations§
Source§impl Clone for FlexrayPhysicalChannelsInfo
impl Clone for FlexrayPhysicalChannelsInfo
Source§fn clone(&self) -> FlexrayPhysicalChannelsInfo
fn clone(&self) -> FlexrayPhysicalChannelsInfo
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 FlexrayPhysicalChannelsInfo
impl Debug for FlexrayPhysicalChannelsInfo
impl StructuralPartialEq for FlexrayPhysicalChannelsInfo
Auto Trait Implementations§
impl Freeze for FlexrayPhysicalChannelsInfo
impl !RefUnwindSafe for FlexrayPhysicalChannelsInfo
impl Send for FlexrayPhysicalChannelsInfo
impl Sync for FlexrayPhysicalChannelsInfo
impl Unpin for FlexrayPhysicalChannelsInfo
impl !UnwindSafe for FlexrayPhysicalChannelsInfo
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