Struct windows_sys::Win32::Networking::WinSock::IPV6_OPTION_JUMBOGRAM
[−]#[repr(C)]pub struct IPV6_OPTION_JUMBOGRAM {
pub Header: IPV6_OPTION_HEADER,
pub JumbogramLength: [u8; 4],
}Expand description
Required features: "Win32_Networking_WinSock"
Fields
Header: IPV6_OPTION_HEADERJumbogramLength: [u8; 4]Trait Implementations
impl Clone for IPV6_OPTION_JUMBOGRAM
impl Clone for IPV6_OPTION_JUMBOGRAM
impl Copy for IPV6_OPTION_JUMBOGRAM
Auto Trait Implementations
impl RefUnwindSafe for IPV6_OPTION_JUMBOGRAM
impl Send for IPV6_OPTION_JUMBOGRAM
impl Sync for IPV6_OPTION_JUMBOGRAM
impl Unpin for IPV6_OPTION_JUMBOGRAM
impl UnwindSafe for IPV6_OPTION_JUMBOGRAM
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