Struct windows_sys::Win32::NetworkManagement::Rras::RTM_NET_ADDRESS
[−]#[repr(C)]pub struct RTM_NET_ADDRESS {
pub AddressFamily: u16,
pub NumBits: u16,
pub AddrBits: [u8; 16],
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
AddressFamily: u16
NumBits: u16
AddrBits: [u8; 16]
Trait Implementations
impl Clone for RTM_NET_ADDRESS
impl Clone for RTM_NET_ADDRESS
impl Copy for RTM_NET_ADDRESS
Auto Trait Implementations
impl RefUnwindSafe for RTM_NET_ADDRESS
impl Send for RTM_NET_ADDRESS
impl Sync for RTM_NET_ADDRESS
impl Unpin for RTM_NET_ADDRESS
impl UnwindSafe for RTM_NET_ADDRESS
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