Struct windows_sys::Win32::NetworkManagement::Rras::RASEAPUSERIDENTITYA
[−]#[repr(C)]pub struct RASEAPUSERIDENTITYA {
pub szUserName: [CHAR; 257],
pub dwSizeofEapInfo: u32,
pub pbEapInfo: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
Fields
szUserName: [CHAR; 257]
dwSizeofEapInfo: u32
pbEapInfo: [u8; 1]
Trait Implementations
impl Clone for RASEAPUSERIDENTITYA
impl Clone for RASEAPUSERIDENTITYA
impl Copy for RASEAPUSERIDENTITYA
Auto Trait Implementations
impl RefUnwindSafe for RASEAPUSERIDENTITYA
impl Send for RASEAPUSERIDENTITYA
impl Sync for RASEAPUSERIDENTITYA
impl Unpin for RASEAPUSERIDENTITYA
impl UnwindSafe for RASEAPUSERIDENTITYA
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