pub struct PskLabel<'a> {
pub id: &'a PreSharedKeyId,
pub index: u16,
pub count: u16,
}
Fields§
§id: &'a PreSharedKeyId
§index: u16
§count: u16
Trait Implementations§
impl<'a> Eq for PskLabel<'a>
impl<'a> StructuralPartialEq for PskLabel<'a>
Auto Trait Implementations§
impl<'a> Freeze for PskLabel<'a>
impl<'a> RefUnwindSafe for PskLabel<'a>
impl<'a> Send for PskLabel<'a>
impl<'a> Sync for PskLabel<'a>
impl<'a> Unpin for PskLabel<'a>
impl<'a> UnwindSafe for PskLabel<'a>
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