pub struct KdfLabel<'a> {
pub length: u16,
pub label: &'a str,
pub context: &'a [u8],
}
Fields§
§length: u16
§label: &'a str
§context: &'a [u8]
Trait Implementations§
impl<'a> Eq for KdfLabel<'a>
impl<'a> StructuralPartialEq for KdfLabel<'a>
Auto Trait Implementations§
impl<'a> Freeze for KdfLabel<'a>
impl<'a> RefUnwindSafe for KdfLabel<'a>
impl<'a> Send for KdfLabel<'a>
impl<'a> Sync for KdfLabel<'a>
impl<'a> Unpin for KdfLabel<'a>
impl<'a> UnwindSafe for KdfLabel<'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