Struct RASEAPUSERIDENTITYA
#[repr(C)]pub struct RASEAPUSERIDENTITYA {
pub szUserName: [i8; 257],
pub dwSizeofEapInfo: u32,
pub pbEapInfo: [u8; 1],
}
Fields§
§szUserName: [i8; 257]
§dwSizeofEapInfo: u32
§pbEapInfo: [u8; 1]
Trait Implementations§
§impl Clone for RASEAPUSERIDENTITYA
impl Clone for RASEAPUSERIDENTITYA
§fn clone(&self) -> RASEAPUSERIDENTITYA
fn clone(&self) -> RASEAPUSERIDENTITYA
Returns a duplicate 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§impl Default for RASEAPUSERIDENTITYA
impl Default for RASEAPUSERIDENTITYA
impl Copy for RASEAPUSERIDENTITYA
Auto Trait Implementations§
impl Freeze for RASEAPUSERIDENTITYA
impl RefUnwindSafe for RASEAPUSERIDENTITYA
impl Send for RASEAPUSERIDENTITYA
impl Sync for RASEAPUSERIDENTITYA
impl Unpin for RASEAPUSERIDENTITYA
impl UnwindSafe for RASEAPUSERIDENTITYA
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