#[repr(C)]
pub struct GenAdspecParams { pub gen_parm_hdr: IntServServiceHdr, pub gen_parm_hopcnt_hdr: IntServParmHdr, pub gen_parm_hopcnt: u32, pub gen_parm_pathbw_hdr: IntServParmHdr, pub gen_parm_path_bw: f32, pub gen_parm_minlat_hdr: IntServParmHdr, pub gen_parm_min_latency: u32, pub gen_parm_compmtu_hdr: IntServParmHdr, pub gen_parm_composed_MTU: u32, }
Expand description

Required features: "Win32_NetworkManagement_QoS"

Fields§

§gen_parm_hdr: IntServServiceHdr§gen_parm_hopcnt_hdr: IntServParmHdr§gen_parm_hopcnt: u32§gen_parm_pathbw_hdr: IntServParmHdr§gen_parm_path_bw: f32§gen_parm_minlat_hdr: IntServParmHdr§gen_parm_min_latency: u32§gen_parm_compmtu_hdr: IntServParmHdr§gen_parm_composed_MTU: u32

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.