Struct s2n_quic_core::crypto::tls::ApplicationParameters
source · [−]pub struct ApplicationParameters<'a> {
pub transport_parameters: &'a [u8],
}Expand description
Holds all application parameters which are exchanged within the TLS handshake.
Fields
transport_parameters: &'a [u8]Encoded transport parameters
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ApplicationParameters<'a>
impl<'a> Send for ApplicationParameters<'a>
impl<'a> Sync for ApplicationParameters<'a>
impl<'a> Unpin for ApplicationParameters<'a>
impl<'a> UnwindSafe for ApplicationParameters<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more