#[repr(C, packed(1))]
pub struct LINEAGENTSTATUS {
Show 14 fields pub dwTotalSize: u32, pub dwNeededSize: u32, pub dwUsedSize: u32, pub dwNumEntries: u32, pub dwGroupListSize: u32, pub dwGroupListOffset: u32, pub dwState: u32, pub dwNextState: u32, pub dwActivityID: u32, pub dwActivitySize: u32, pub dwActivityOffset: u32, pub dwAgentFeatures: u32, pub dwValidStates: u32, pub dwValidNextStates: u32,
}
Expand description

Required features: "Win32_Devices_Tapi"

Fields

dwTotalSize: u32dwNeededSize: u32dwUsedSize: u32dwNumEntries: u32dwGroupListSize: u32dwGroupListOffset: u32dwState: u32dwNextState: u32dwActivityID: u32dwActivitySize: u32dwActivityOffset: u32dwAgentFeatures: u32dwValidStates: u32dwValidNextStates: 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.