#[repr(C)]pub struct EAP_TYPE {
pub type_: BYTE,
pub dwVendorId: DWORD,
pub dwVendorType: DWORD,
}
Fields§
§type_: BYTE
§dwVendorId: DWORD
§dwVendorType: DWORD
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EAP_TYPE
impl RefUnwindSafe for EAP_TYPE
impl Send for EAP_TYPE
impl Sync for EAP_TYPE
impl Unpin for EAP_TYPE
impl UnwindSafe for EAP_TYPE
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