pub enum Types {
Show 22 variants
CURSOR,
BITMAP,
ICON,
MENU,
DIALOG,
STRING,
FONTDIR,
FONT,
ACCELERATOR,
RCDATA,
MESSAGETABLE,
GROUP_CURSOR,
GROUP_ICON,
VERSION,
DLGINCLUDE,
PLUGPLAY,
VXD,
ANICURSOR,
ANIICON,
HTML,
MANIFEST,
UNKNOWN(u32),
}
Variants§
CURSOR
BITMAP
ICON
MENU
DIALOG
STRING
FONTDIR
FONT
ACCELERATOR
RCDATA
MESSAGETABLE
GROUP_CURSOR
GROUP_ICON
VERSION
DLGINCLUDE
PLUGPLAY
VXD
ANICURSOR
ANIICON
HTML
MANIFEST
UNKNOWN(u32)
Trait Implementations§
impl Copy for Types
impl Eq for Types
impl StructuralEq for Types
impl StructuralPartialEq for Types
Auto Trait Implementations§
impl RefUnwindSafe for Types
impl Send for Types
impl Sync for Types
impl Unpin for Types
impl UnwindSafe for Types
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more