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