pub struct BcoCompoundAm824StreamEntry {
pub count: u8,
pub format: BcoCompoundAm824StreamFormat,
}
Expand description
Entry for compound AM824 stream.
Fields§
§count: u8
The number of data channels.
format: BcoCompoundAm824StreamFormat
The format of data channel.
Trait Implementations§
Source§impl Clone for BcoCompoundAm824StreamEntry
impl Clone for BcoCompoundAm824StreamEntry
Source§fn clone(&self) -> BcoCompoundAm824StreamEntry
fn clone(&self) -> BcoCompoundAm824StreamEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BcoCompoundAm824StreamEntry
impl Debug for BcoCompoundAm824StreamEntry
Source§impl PartialEq for BcoCompoundAm824StreamEntry
impl PartialEq for BcoCompoundAm824StreamEntry
Source§fn eq(&self, other: &BcoCompoundAm824StreamEntry) -> bool
fn eq(&self, other: &BcoCompoundAm824StreamEntry) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for BcoCompoundAm824StreamEntry
impl StructuralPartialEq for BcoCompoundAm824StreamEntry
Auto Trait Implementations§
impl Freeze for BcoCompoundAm824StreamEntry
impl RefUnwindSafe for BcoCompoundAm824StreamEntry
impl Send for BcoCompoundAm824StreamEntry
impl Sync for BcoCompoundAm824StreamEntry
impl Unpin for BcoCompoundAm824StreamEntry
impl UnwindSafe for BcoCompoundAm824StreamEntry
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