Struct windows_sys::Win32::NetworkManagement::Rras::RASIPADDR
[−]Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
a: u8
b: u8
c: u8
d: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RASIPADDR
impl Send for RASIPADDR
impl Sync for RASIPADDR
impl Unpin for RASIPADDR
impl UnwindSafe for RASIPADDR
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