pub enum BmpIcon {
Bmp(HBITMAP),
Icon(HICON),
}
Available on crate feature
user
only.Expand description
Variant parameter for:
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for BmpIcon
impl RefUnwindSafe for BmpIcon
impl Send for BmpIcon
impl !Sync for BmpIcon
impl Unpin for BmpIcon
impl UnwindSafe for BmpIcon
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