pub enum OemIcon {
Sample = 32_512,
Ques = 32_514,
WinLogo = 32_517,
Warning = 32_515,
Error = 32_513,
Information = 32_516,
}
Expand description
List of system icons. To use with the Image
resource.
Variants§
Sample = 32_512
Ques = 32_514
WinLogo = 32_517
Warning = 32_515
Error = 32_513
Information = 32_516
Trait Implementations§
impl Copy for OemIcon
impl StructuralPartialEq for OemIcon
Auto Trait Implementations§
impl Freeze for OemIcon
impl RefUnwindSafe for OemIcon
impl Send for OemIcon
impl Sync for OemIcon
impl Unpin for OemIcon
impl UnwindSafe for OemIcon
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