pub enum RawResourceType {
Show 20 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§
Cursor
Bitmap
Icon
Menu
Dialog
String
FontDir
Font
Accelerator
RawData
MessageTable
Version
DlgInclude
PlugPlay
Vxd
AnimatedCursor
AnimatedIcon
Html
Manifest
Other(&'static str)
Trait Implementations§
Source§impl Clone for RawResourceType
impl Clone for RawResourceType
Source§fn clone(&self) -> RawResourceType
fn clone(&self) -> RawResourceType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RawResourceType
impl Debug for RawResourceType
impl Copy for RawResourceType
Auto Trait Implementations§
impl Freeze for RawResourceType
impl RefUnwindSafe for RawResourceType
impl Send for RawResourceType
impl Sync for RawResourceType
impl Unpin for RawResourceType
impl UnwindSafe for RawResourceType
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