#[repr(C)]pub struct EapPacket {
pub Code: u8,
pub Id: u8,
pub Length: [u8; 2],
pub Data: [u8; 1],
}
Expand description
Required features: "Win32_Security_ExtensibleAuthenticationProtocol"
Fields
Code: u8
Id: u8
Length: [u8; 2]
Data: [u8; 1]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EapPacket
impl Send for EapPacket
impl Sync for EapPacket
impl Unpin for EapPacket
impl UnwindSafe for EapPacket
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