pub struct LpnParams { /* private fields */ }
Expand description
Type for LPN parameters used internally in the setup phase and the extend phase of the protocol. LPN parameters are provided during the initialization of the protocol so that the extension produces small, medium or large number of values.
Trait Implementations§
source§impl PartialEq for LpnParams
impl PartialEq for LpnParams
impl Copy for LpnParams
impl Eq for LpnParams
impl StructuralPartialEq for LpnParams
Auto Trait Implementations§
impl Freeze for LpnParams
impl RefUnwindSafe for LpnParams
impl Send for LpnParams
impl Sync for LpnParams
impl Unpin for LpnParams
impl UnwindSafe for LpnParams
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