Struct windows_sys::Win32::NetworkManagement::Rras::PPP_IPV6_CP_INFO
[−]#[repr(C)]pub struct PPP_IPV6_CP_INFO {
pub dwVersion: u32,
pub dwSize: u32,
pub dwError: u32,
pub bInterfaceIdentifier: [u8; 8],
pub bRemoteInterfaceIdentifier: [u8; 8],
pub dwOptions: u32,
pub dwRemoteOptions: u32,
pub bPrefix: [u8; 8],
pub dwPrefixLength: u32,
}
Expand description
Required features: ‘Win32_NetworkManagement_Rras’
Fields
dwVersion: u32
dwSize: u32
dwError: u32
bInterfaceIdentifier: [u8; 8]
bRemoteInterfaceIdentifier: [u8; 8]
dwOptions: u32
dwRemoteOptions: u32
bPrefix: [u8; 8]
dwPrefixLength: u32
Trait Implementations
impl Clone for PPP_IPV6_CP_INFO
impl Clone for PPP_IPV6_CP_INFO
impl Copy for PPP_IPV6_CP_INFO
Auto Trait Implementations
impl RefUnwindSafe for PPP_IPV6_CP_INFO
impl Send for PPP_IPV6_CP_INFO
impl Sync for PPP_IPV6_CP_INFO
impl Unpin for PPP_IPV6_CP_INFO
impl UnwindSafe for PPP_IPV6_CP_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more