pub trait user_Hicon: Handle {
    // Provided method
    fn CopyIcon(&self) -> SysResult<DestroyIconGuard> { ... }
}
Available on crate features kernel and user only.
Expand description

This trait is enabled with the user feature, and provides methods for HICON.

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§