Struct winsafe::msg::sb::SetText[][src]

pub struct SetText {
    pub part_index: u8,
    pub draw_operation: SBT,
    pub text: WString,
}
Expand description

SB_SETTEXT message parameters.

Return type: WinResult<()>.

Fields

part_index: u8draw_operation: SBTtext: WString

Trait Implementations

The specific type of the value returned by the message.

Converts the generic isize return value to the specific type returned by the message. Read more

Converts the specific message parameters struct into the generic WndMsg message struct. 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.