Enum native_windows_gui::RawResourceType [−][src]
pub enum RawResourceType {
Show variants
Cursor,
Bitmap,
Icon,
Menu,
Dialog,
String,
FontDir,
Font,
Accelerator,
RawData,
MessageTable,
Version,
DlgInclude,
PlugPlay,
Vxd,
AnimatedCursor,
AnimatedIcon,
Html,
Manifest,
Other(&'static str),
}Expand description
Raw resource type that can be stored into an embedded resource.
Variants
Other(&'static str)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RawResourceTypeimpl Send for RawResourceTypeimpl Sync for RawResourceTypeimpl Unpin for RawResourceTypeimpl UnwindSafe for RawResourceTypeBlanket Implementations
Mutably borrows from an owned value. Read more