#[repr(C)]pub struct IP_OPTION_INFORMATION {
pub Ttl: UCHAR,
pub Tos: UCHAR,
pub Flags: UCHAR,
pub OptionsSize: UCHAR,
pub OptionsData: PUCHAR,
}
Fields§
§Ttl: UCHAR
§Tos: UCHAR
§Flags: UCHAR
§OptionsSize: UCHAR
§OptionsData: PUCHAR
Trait Implementations§
Source§impl Clone for IP_OPTION_INFORMATION
impl Clone for IP_OPTION_INFORMATION
Source§fn clone(&self) -> IP_OPTION_INFORMATION
fn clone(&self) -> IP_OPTION_INFORMATION
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for IP_OPTION_INFORMATION
impl Default for IP_OPTION_INFORMATION
Source§fn default() -> IP_OPTION_INFORMATION
fn default() -> IP_OPTION_INFORMATION
Returns the “default value” for a type. Read more
impl Copy for IP_OPTION_INFORMATION
Auto Trait Implementations§
impl Freeze for IP_OPTION_INFORMATION
impl RefUnwindSafe for IP_OPTION_INFORMATION
impl !Send for IP_OPTION_INFORMATION
impl !Sync for IP_OPTION_INFORMATION
impl Unpin for IP_OPTION_INFORMATION
impl UnwindSafe for IP_OPTION_INFORMATION
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