struct HelloMsgs {
client_random: [u8; 32],
server_random: [u8; 32],
session_id: Vec<u8>,
cipher_suite: u16,
extensions: Vec<Extension>,
}
Fields§
§client_random: [u8; 32]
§server_random: [u8; 32]
§session_id: Vec<u8>
§cipher_suite: u16
§extensions: Vec<Extension>
Auto Trait Implementations§
impl Freeze for HelloMsgs
impl RefUnwindSafe for HelloMsgs
impl Send for HelloMsgs
impl Sync for HelloMsgs
impl Unpin for HelloMsgs
impl UnwindSafe for HelloMsgs
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