Struct windows_sys::Win32::NetworkManagement::Rras::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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)