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