Enum winsafe::ResStrs[][src]

pub enum ResStrs {
    Res(IdStrHINSTANCE),
    Strs(WString),
}
Expand description

Variant parameter for:

Variants

A resource string resource.

Tuple Fields of Res

0: IdStr1: HINSTANCE
Strs(WString)

A multi-string composed of null-separated strings. To use this field, prefer the ResStrs::from_strs static method.

Tuple Fields of Strs

0: WString

Implementations

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.