Struct eapol::KeyFrameTx
source · pub struct KeyFrameTx {
pub protocol_version: ProtocolVersion,
pub key_frame_fields: KeyFrameFields,
/* private fields */
}
Fields§
§protocol_version: ProtocolVersion
§key_frame_fields: KeyFrameFields
Implementations§
source§impl KeyFrameTx
impl KeyFrameTx
pub fn new( protocol_version: ProtocolVersion, key_frame_fields: KeyFrameFields, key_data: Vec<u8>, mic_len: usize ) -> Self
pub fn serialize(self) -> KeyFrameTxFinalizer
Trait Implementations§
source§impl Clone for KeyFrameTx
impl Clone for KeyFrameTx
source§fn clone(&self) -> KeyFrameTx
fn clone(&self) -> KeyFrameTx
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more