pub struct FlexrayTpPduPool(/* private fields */);
Expand description
A FlexrayTpPduPool
contains a set of NPdus
that can be used for sending and receiving
Implementations§
Trait Implementations§
Source§impl Clone for FlexrayTpPduPool
impl Clone for FlexrayTpPduPool
Source§fn clone(&self) -> FlexrayTpPduPool
fn clone(&self) -> FlexrayTpPduPool
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 FlexrayTpPduPool
impl Debug for FlexrayTpPduPool
Source§impl From<FlexrayTpPduPool> for Element
impl From<FlexrayTpPduPool> for Element
Source§fn from(val: FlexrayTpPduPool) -> Self
fn from(val: FlexrayTpPduPool) -> Self
Converts to this type from the input type.
Source§impl Hash for FlexrayTpPduPool
impl Hash for FlexrayTpPduPool
Source§impl PartialEq for FlexrayTpPduPool
impl PartialEq for FlexrayTpPduPool
Source§impl TryFrom<Element> for FlexrayTpPduPool
impl TryFrom<Element> for FlexrayTpPduPool
impl Eq for FlexrayTpPduPool
impl StructuralPartialEq for FlexrayTpPduPool
Auto Trait Implementations§
impl Freeze for FlexrayTpPduPool
impl !RefUnwindSafe for FlexrayTpPduPool
impl Send for FlexrayTpPduPool
impl Sync for FlexrayTpPduPool
impl Unpin for FlexrayTpPduPool
impl !UnwindSafe for FlexrayTpPduPool
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.