Struct winsafe::msg::tvm::GetItem[][src]

pub struct GetItem<'a, 'b> {
    pub tvitem: &'b mut TVITEMEX<'a>,
}
Expand description

TVM_GETITEM message parameters.

Return type: WinResult<()>.

Fields

tvitem: &'b mut TVITEMEX<'a>

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.