Trait native_windows_gui::custom::Resource
[−]
[src]
pub trait Resource {
fn handle(&self) -> AnyHandle;
fn free(&mut self) { ... }
}Structures implementing this trait are resources that can be stored in a Ui
Required Methods
Provided Methods
fn free(&mut self)
If specified, should free any ressource allocated in the template build function.
Implementors
impl Resource for Font