Trait udi::UserData[][src]

pub trait UserData: Downcast + Debug { }

Methods

impl UserData

Returns true if the boxed type is the same as __T.

Returns a reference to the boxed value if it is of type __T, or None if it isn't.

Returns a mutable reference to the boxed value if it is of type __T, or None if it isn't.

Implementors