pub struct PeakParams(pub RouterParams);
Expand description
Parameters of meter detections in peak section.
Tuple Fields§
§0: RouterParams
Trait Implementations§
Source§impl Clone for PeakParams
impl Clone for PeakParams
Source§fn clone(&self) -> PeakParams
fn clone(&self) -> PeakParams
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 PeakParams
impl Debug for PeakParams
Source§impl Default for PeakParams
impl Default for PeakParams
Source§fn default() -> PeakParams
fn default() -> PeakParams
Returns the “default value” for a type. Read more
Source§impl PartialEq for PeakParams
impl PartialEq for PeakParams
impl Eq for PeakParams
impl StructuralPartialEq for PeakParams
Auto Trait Implementations§
impl Freeze for PeakParams
impl RefUnwindSafe for PeakParams
impl Send for PeakParams
impl Sync for PeakParams
impl Unpin for PeakParams
impl UnwindSafe for PeakParams
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<PeakParams> for Owhere
O: TcatExtensionOperation,
impl<O> TcatExtensionSectionParamsOperation<PeakParams> for Owhere
O: TcatExtensionOperation,
Source§fn cache_extension_whole_params(
req: &FwReq,
node: &FwNode,
sections: &ExtensionSections,
caps: &ExtensionCaps,
params: &mut PeakParams,
timeout_ms: u32,
) -> Result<(), Error>
fn cache_extension_whole_params( req: &FwReq, node: &FwNode, sections: &ExtensionSections, caps: &ExtensionCaps, params: &mut PeakParams, timeout_ms: u32, ) -> Result<(), Error>
Cache state of hardware for whole parameters.