pub enum ContainedIPduCollectionSemantics {
LastIsBest,
Queued,
}Expand description
collection semantics for the ContainedIPdu
Variants§
LastIsBest
The ContainedIPdu data will be fetched via TriggerTransmit just before the transmission executes.
Queued
The ContainedIPdu data will instantly be stored to the ContainerIPdu in the context of the Transmit call
Trait Implementations§
Source§impl Clone for ContainedIPduCollectionSemantics
impl Clone for ContainedIPduCollectionSemantics
Source§fn clone(&self) -> ContainedIPduCollectionSemantics
fn clone(&self) -> ContainedIPduCollectionSemantics
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 From<ContainedIPduCollectionSemantics> for EnumItem
impl From<ContainedIPduCollectionSemantics> for EnumItem
Source§fn from(value: ContainedIPduCollectionSemantics) -> Self
fn from(value: ContainedIPduCollectionSemantics) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ContainedIPduCollectionSemantics
impl PartialEq for ContainedIPduCollectionSemantics
Source§fn eq(&self, other: &ContainedIPduCollectionSemantics) -> bool
fn eq(&self, other: &ContainedIPduCollectionSemantics) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ContainedIPduCollectionSemantics
impl Eq for ContainedIPduCollectionSemantics
impl StructuralPartialEq for ContainedIPduCollectionSemantics
Auto Trait Implementations§
impl Freeze for ContainedIPduCollectionSemantics
impl RefUnwindSafe for ContainedIPduCollectionSemantics
impl Send for ContainedIPduCollectionSemantics
impl Sync for ContainedIPduCollectionSemantics
impl Unpin for ContainedIPduCollectionSemantics
impl UnwindSafe for ContainedIPduCollectionSemantics
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.