Struct winsafe::MENUBARINFO[][src]

#[repr(C)]
pub struct MENUBARINFO { pub rcBar: RECT, pub hMenu: HMENU, pub hwndMenu: HWND, // some fields omitted }
Expand description

MENUBARINFO struct.

Fields

rcBar: RECThMenu: HMENUhwndMenu: HWND

Implementations

Returns the bool field.

Sets the bool field.

Returns the bool field.

Sets the bool 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.