Struct RASCONNA
#[repr(C, packed(4))]pub struct RASCONNA {
pub dwSize: u32,
pub hrasconn: HRASCONN,
pub szEntryName: [i8; 257],
pub szDeviceType: [i8; 17],
pub szDeviceName: [i8; 129],
pub szPhonebook: [i8; 260],
pub dwSubEntry: u32,
pub guidEntry: GUID,
pub dwFlags: u32,
pub luid: LUID,
pub guidCorrelationId: GUID,
}
Fields§
§dwSize: u32
§hrasconn: HRASCONN
§szEntryName: [i8; 257]
§szDeviceType: [i8; 17]
§szDeviceName: [i8; 129]
§szPhonebook: [i8; 260]
§dwSubEntry: u32
§guidEntry: GUID
§dwFlags: u32
§luid: LUID
§guidCorrelationId: GUID
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RASCONNA
impl RefUnwindSafe for RASCONNA
impl !Send for RASCONNA
impl !Sync for RASCONNA
impl Unpin for RASCONNA
impl UnwindSafe for RASCONNA
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