#[repr(C)]pub struct PPP_EAP_PACKET {
pub Code: u8,
pub Id: u8,
pub Length: [u8; 2],
pub Data: [u8; 1],
}Expand description
Required features: ‘Win32_Security_ExtensibleAuthenticationProtocol’
Fields
Code: u8Id: u8Length: [u8; 2]Data: [u8; 1]Trait Implementations
impl Clone for PPP_EAP_PACKET
impl Clone for PPP_EAP_PACKET
impl Copy for PPP_EAP_PACKET
Auto Trait Implementations
impl RefUnwindSafe for PPP_EAP_PACKET
impl Send for PPP_EAP_PACKET
impl Sync for PPP_EAP_PACKET
impl Unpin for PPP_EAP_PACKET
impl UnwindSafe for PPP_EAP_PACKET
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more