Struct windows_sys::Win32::NetworkManagement::Rras::RASDEVSPECIFICINFO
[−]#[repr(C, packed(4))]pub struct RASDEVSPECIFICINFO {
pub dwSize: u32,
pub pbDevSpecificInfo: *mut u8,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
dwSize: u32
pbDevSpecificInfo: *mut u8
Trait Implementations
impl Clone for RASDEVSPECIFICINFO
impl Clone for RASDEVSPECIFICINFO
impl Copy for RASDEVSPECIFICINFO
Auto Trait Implementations
impl RefUnwindSafe for RASDEVSPECIFICINFO
impl !Send for RASDEVSPECIFICINFO
impl !Sync for RASDEVSPECIFICINFO
impl Unpin for RASDEVSPECIFICINFO
impl UnwindSafe for RASDEVSPECIFICINFO
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