Struct winsafe::STARTUPINFO[][src]

#[repr(C)]
pub struct STARTUPINFO<'a, 'b> { pub dwX: u32, pub dwY: u32, pub dwXSize: u32, pub dwYSize: u32, pub dwXCountChars: u32, pub dwYCountChars: u32, pub dwFillAttribute: u32, pub dwFlags: STARTF, pub hStdInput: HPIPE, pub hStdOutput: HPIPE, pub hStdError: HPIPE, // some fields omitted }
Expand description

STARTUPINFO struct.

Fields

dwX: u32dwY: u32dwXSize: u32dwYSize: u32dwXCountChars: u32dwYCountChars: u32dwFillAttribute: u32dwFlags: STARTFhStdInput: HPIPEhStdOutput: HPIPEhStdError: HPIPE

Implementations

Returns the string field, if any.

Sets the string field.

Returns the string field, if any.

Sets the string field.

Returns the wShowWindow field.

Sets the wShowWindow field.

Trait Implementations

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

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.