pub struct PayloadRuntimeKey { /* private fields */ }Expand description
Key for one WFB runtime inside PayloadRouteManager.
Routes with the same (channel_id, key_slot) share decryption, FEC state,
and counters.
Implementations§
Source§impl PayloadRuntimeKey
impl PayloadRuntimeKey
Trait Implementations§
Source§impl Clone for PayloadRuntimeKey
impl Clone for PayloadRuntimeKey
Source§fn clone(&self) -> PayloadRuntimeKey
fn clone(&self) -> PayloadRuntimeKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PayloadRuntimeKey
Source§impl Debug for PayloadRuntimeKey
impl Debug for PayloadRuntimeKey
impl Eq for PayloadRuntimeKey
Source§impl Hash for PayloadRuntimeKey
impl Hash for PayloadRuntimeKey
Source§impl PartialEq for PayloadRuntimeKey
impl PartialEq for PayloadRuntimeKey
Source§fn eq(&self, other: &PayloadRuntimeKey) -> bool
fn eq(&self, other: &PayloadRuntimeKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PayloadRuntimeKey
Auto Trait Implementations§
impl Freeze for PayloadRuntimeKey
impl RefUnwindSafe for PayloadRuntimeKey
impl Send for PayloadRuntimeKey
impl Sync for PayloadRuntimeKey
impl Unpin for PayloadRuntimeKey
impl UnsafeUnpin for PayloadRuntimeKey
impl UnwindSafe for PayloadRuntimeKey
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