#[repr(C)]
pub struct ATM_BLLI { pub Layer2Protocol: u32, pub Layer2UserSpecifiedProtocol: u32, pub Layer3Protocol: u32, pub Layer3UserSpecifiedProtocol: u32, pub Layer3IPI: u32, pub SnapID: [u8; 5], }
Expand description

Required features: "Win32_Networking_WinSock"

Fields

Layer2Protocol: u32Layer2UserSpecifiedProtocol: u32Layer3Protocol: u32Layer3UserSpecifiedProtocol: 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.