Struct winsafe::co::ILC[][src]

#[repr(transparent)]
pub struct ILC(_);
Expand description

HIMAGELIST::Create flags (u32).

Implementations

Tells whether other bitflag style is present. Equivalent to (val & other) != 0.

This method is common to all constant types.

Use a mask. The image list contains two bitmaps, one of which is a monochrome bitmap used as a mask. If this value is not included, the image list contains only one bitmap.

Use the default behavior if none of the other ILC::COLORx flags is specified. Typically, the default is ILC::COLOR4, but for older display drivers, the default is ILC::COLORDDB.

Use a device-dependent bitmap.

Use a 4-bit (16-color) device-independent bitmap (DIB) section as the bitmap for the image list.

Use an 8-bit DIB section. The colors used for the color table are the same colors as the halftone palette.

Use a 16-bit (32/64k-color) DIB section.

Use a 24-bit DIB section.

Use a 32-bit DIB section.

Mirror the icons contained, if the process is mirrored.

Causes the mirroring code to mirror each item when inserting a set of images, versus the whole strip.

Windows Vista and later. Imagelist should accept smaller than set images and apply original size based on image added.

Trait Implementations

Formats the value using the given formatter.

The resulting type after applying the & operator.

Performs the & operation. Read more

Performs the &= operation. Read more

The resulting type after applying the | operator.

Performs the | operation. Read more

Performs the |= operation. Read more

The resulting type after applying the ^ operator.

Performs the ^ operation. Read more

Performs the ^= operation. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

Formats the value using the given formatter.

The resulting type after applying the ! operator.

Performs the unary ! operation. Read more

Formats the value using the given formatter.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Formats the value using the given formatter.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

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.