Trait glib::object::UnsafeFrom
source · [−]pub trait UnsafeFrom<T> {
unsafe fn unsafe_from(t: T) -> Self;
}Expand description
Unsafe variant of the From trait.
Required Methods
source
pub trait UnsafeFrom<T> {
unsafe fn unsafe_from(t: T) -> Self;
}Unsafe variant of the From trait.