pub struct StreamFormatParams {
pub tx_entries: Vec<FormatEntry>,
pub rx_entries: Vec<FormatEntry>,
}
Expand description
Parameters of entries in stream format section.
Fields§
§tx_entries: Vec<FormatEntry>
§rx_entries: Vec<FormatEntry>
Trait Implementations§
Source§impl Clone for StreamFormatParams
impl Clone for StreamFormatParams
Source§fn clone(&self) -> StreamFormatParams
fn clone(&self) -> StreamFormatParams
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 StreamFormatParams
impl Debug for StreamFormatParams
Source§impl Default for StreamFormatParams
impl Default for StreamFormatParams
Source§fn default() -> StreamFormatParams
fn default() -> StreamFormatParams
Returns the “default value” for a type. Read more
Source§impl PartialEq for StreamFormatParams
impl PartialEq for StreamFormatParams
impl Eq for StreamFormatParams
impl StructuralPartialEq for StreamFormatParams
Auto Trait Implementations§
impl Freeze for StreamFormatParams
impl RefUnwindSafe for StreamFormatParams
impl Send for StreamFormatParams
impl Sync for StreamFormatParams
impl Unpin for StreamFormatParams
impl UnwindSafe for StreamFormatParams
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> TcatExtensionSectionParamsOperation<StreamFormatParams> for Owhere
O: TcatExtensionOperation,
impl<O> TcatExtensionSectionParamsOperation<StreamFormatParams> for Owhere
O: TcatExtensionOperation,
Source§fn cache_extension_whole_params(
req: &FwReq,
node: &FwNode,
sections: &ExtensionSections,
caps: &ExtensionCaps,
params: &mut StreamFormatParams,
timeout_ms: u32,
) -> Result<(), Error>
fn cache_extension_whole_params( req: &FwReq, node: &FwNode, sections: &ExtensionSections, caps: &ExtensionCaps, params: &mut StreamFormatParams, timeout_ms: u32, ) -> Result<(), Error>
Cache state of hardware for whole parameters.
Source§impl<O> TcatExtensionSectionWholeMutableParamsOperation<StreamFormatParams> for Owhere
O: TcatExtensionOperation,
impl<O> TcatExtensionSectionWholeMutableParamsOperation<StreamFormatParams> for Owhere
O: TcatExtensionOperation,
Source§fn update_extension_whole_params(
req: &FwReq,
node: &FwNode,
sections: &ExtensionSections,
caps: &ExtensionCaps,
params: &StreamFormatParams,
timeout_ms: u32,
) -> Result<(), Error>
fn update_extension_whole_params( req: &FwReq, node: &FwNode, sections: &ExtensionSections, caps: &ExtensionCaps, params: &StreamFormatParams, timeout_ms: u32, ) -> Result<(), Error>
Update state of hardware for whole parameters.