Struct windows::Win32::NetworkManagement::Rras::RASIPADDR
#[repr(C)]pub struct RASIPADDR {
pub a: u8,
pub b: u8,
pub c: u8,
pub d: u8,
}
Fields§
§a: u8
§b: u8
§c: u8
§d: u8
Trait Implementations§
impl Copy for RASIPADDR
impl Eq for RASIPADDR
impl StructuralPartialEq for RASIPADDR
Auto Trait Implementations§
impl Freeze for RASIPADDR
impl RefUnwindSafe for RASIPADDR
impl Send for RASIPADDR
impl Sync for RASIPADDR
impl Unpin for RASIPADDR
impl UnwindSafe for RASIPADDR
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)