#[repr(C)]pub struct IP_OPTION_INFORMATION32 {
pub Ttl: u8,
pub Tos: u8,
pub Flags: u8,
pub OptionsSize: u8,
pub OptionsData: *mut u8,
}Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
Ttl: u8Tos: u8Flags: u8OptionsSize: u8OptionsData: *mut u8Trait Implementations
impl Clone for IP_OPTION_INFORMATION32
impl Clone for IP_OPTION_INFORMATION32
impl Copy for IP_OPTION_INFORMATION32
Auto Trait Implementations
impl RefUnwindSafe for IP_OPTION_INFORMATION32
impl !Send for IP_OPTION_INFORMATION32
impl !Sync for IP_OPTION_INFORMATION32
impl Unpin for IP_OPTION_INFORMATION32
impl UnwindSafe for IP_OPTION_INFORMATION32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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