Struct oxygengine_user_interface::raui::core::widget::utils::MemoryId [−][src]
pub struct MemoryId<T>(_, _);
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for MemoryId<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for MemoryId<T> where
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more
impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,
pub fn try_default() -> Result<T, String>
pub fn try_default() -> Result<T, String>
Tries to create the default.
fn unwrap_default() -> Self
fn unwrap_default() -> Self
Calls try_default
and panics on an error case.