pub struct DeliverySystemInfoAck {
pub systems: Vec<SystemIdentifier>,
}Expand description
DeliverySystemInfoAck() (Table 14) — module → host: the delivery systems the
module is connected to (one SystemIdentifier per byte).
Fields§
§systems: Vec<SystemIdentifier>SystemIdentifiers in wire order (length_field = N).
Trait Implementations§
Source§impl Clone for DeliverySystemInfoAck
impl Clone for DeliverySystemInfoAck
Source§fn clone(&self) -> DeliverySystemInfoAck
fn clone(&self) -> DeliverySystemInfoAck
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeliverySystemInfoAck
impl Debug for DeliverySystemInfoAck
Source§impl Default for DeliverySystemInfoAck
impl Default for DeliverySystemInfoAck
Source§fn default() -> DeliverySystemInfoAck
fn default() -> DeliverySystemInfoAck
Returns the “default value” for a type. Read more
impl Eq for DeliverySystemInfoAck
Source§impl<'a> Parse<'a> for DeliverySystemInfoAck
impl<'a> Parse<'a> for DeliverySystemInfoAck
Source§impl PartialEq for DeliverySystemInfoAck
impl PartialEq for DeliverySystemInfoAck
Source§impl Serialize for DeliverySystemInfoAck
Available on crate feature serde only.
impl Serialize for DeliverySystemInfoAck
Available on crate feature
serde only.Source§impl Serialize for DeliverySystemInfoAck
impl Serialize for DeliverySystemInfoAck
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for DeliverySystemInfoAck
Auto Trait Implementations§
impl Freeze for DeliverySystemInfoAck
impl RefUnwindSafe for DeliverySystemInfoAck
impl Send for DeliverySystemInfoAck
impl Sync for DeliverySystemInfoAck
impl Unpin for DeliverySystemInfoAck
impl UnsafeUnpin for DeliverySystemInfoAck
impl UnwindSafe for DeliverySystemInfoAck
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