#[repr(C)]
pub struct ATM_BLLI_IE { pub Layer2Protocol: u32, pub Layer2Mode: u8, pub Layer2WindowSize: u8, pub Layer2UserSpecifiedProtocol: u32, pub Layer3Protocol: u32, pub Layer3Mode: u8, pub Layer3DefaultPacketSize: u8, pub Layer3PacketWindowSize: u8, pub Layer3UserSpecifiedProtocol: u32, pub Layer3IPI: u32, pub SnapID: [u8; 5], }
Expand description

Required features: "Win32_Networking_WinSock"

Fields

Layer2Protocol: u32Layer2Mode: u8Layer2WindowSize: u8Layer2UserSpecifiedProtocol: u32Layer3Protocol: u32Layer3Mode: u8Layer3DefaultPacketSize: u8Layer3PacketWindowSize: u8Layer3UserSpecifiedProtocol: u32Layer3IPI: u32SnapID: [u8; 5]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.