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