pub enum OemImage {
Cursor(OemCursor),
Bitmap(OemBitmap),
Icon(OemIcon),
}
Expand description
List of built-in system images identifiers. To use with the Image
resource.
Variants§
Trait Implementations§
impl StructuralPartialEq for OemImage
Auto Trait Implementations§
impl Freeze for OemImage
impl RefUnwindSafe for OemImage
impl Send for OemImage
impl Sync for OemImage
impl Unpin for OemImage
impl UnwindSafe for OemImage
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