pub struct TxStreamFormatParameters(pub Vec<TxStreamFormatEntry>);
Expand description
Parameters for format of transmit streams.
Tuple Fields§
§0: Vec<TxStreamFormatEntry>
Trait Implementations§
Source§impl Clone for TxStreamFormatParameters
impl Clone for TxStreamFormatParameters
Source§fn clone(&self) -> TxStreamFormatParameters
fn clone(&self) -> TxStreamFormatParameters
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 TxStreamFormatParameters
impl Debug for TxStreamFormatParameters
Source§impl Default for TxStreamFormatParameters
impl Default for TxStreamFormatParameters
Source§fn default() -> TxStreamFormatParameters
fn default() -> TxStreamFormatParameters
Returns the “default value” for a type. Read more
Source§impl PartialEq for TxStreamFormatParameters
impl PartialEq for TxStreamFormatParameters
impl Eq for TxStreamFormatParameters
impl StructuralPartialEq for TxStreamFormatParameters
Auto Trait Implementations§
impl Freeze for TxStreamFormatParameters
impl RefUnwindSafe for TxStreamFormatParameters
impl Send for TxStreamFormatParameters
impl Sync for TxStreamFormatParameters
impl Unpin for TxStreamFormatParameters
impl UnwindSafe for TxStreamFormatParameters
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<O> TcatMutableSectionOperation<TxStreamFormatParameters> for Owhere
O: TcatSectionOperation<TxStreamFormatParameters>,
impl<O> TcatMutableSectionOperation<TxStreamFormatParameters> for Owhere
O: TcatSectionOperation<TxStreamFormatParameters>,
Source§impl<O> TcatNotifiedSectionOperation<TxStreamFormatParameters> for Owhere
O: TcatSectionOperation<TxStreamFormatParameters>,
impl<O> TcatNotifiedSectionOperation<TxStreamFormatParameters> for Owhere
O: TcatSectionOperation<TxStreamFormatParameters>,
Source§impl<O> TcatSectionOperation<TxStreamFormatParameters> for Owhere
O: TcatOperation,
impl<O> TcatSectionOperation<TxStreamFormatParameters> for Owhere
O: TcatOperation,
Source§impl<O> TcatSectionSerdes<TxStreamFormatParameters> for Owhere
O: TcatOperation,
impl<O> TcatSectionSerdes<TxStreamFormatParameters> for Owhere
O: TcatOperation,
Source§const ERROR_TYPE: GeneralProtocolError = const ERROR_TYPE: GeneralProtocolError = GeneralProtocolError::TxStreamFormat;
const ERROR_TYPE: GeneralProtocolError = const ERROR_TYPE: GeneralProtocolError = GeneralProtocolError::TxStreamFormat;
The type of error.
Source§fn serialize(
params: &TxStreamFormatParameters,
raw: &mut [u8],
) -> Result<(), String>
fn serialize( params: &TxStreamFormatParameters, raw: &mut [u8], ) -> Result<(), String>
Serialize parameters for section.
Source§fn deserialize(
params: &mut TxStreamFormatParameters,
raw: &[u8],
) -> Result<(), String>
fn deserialize( params: &mut TxStreamFormatParameters, raw: &[u8], ) -> Result<(), String>
Deserialize section for parameters.