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