Struct winsafe::msg::tbm::AddButtons[][src]

pub struct AddButtons<'a, 'b> {
    pub buttons: &'a mut [TBBUTTON<'b>],
}
Expand description

TB_ADDBUTTONS message parameters.

Return type: WinResult<()>.

Fields

buttons: &'a mut [TBBUTTON<'b>]

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.