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],
}
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§
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