Type Alias ObjectHandle

Source
pub type ObjectHandle = Handle<Object>;

Aliased Type§

struct ObjectHandle(/* private fields */);

Implementations§

Source§

impl ObjectHandle

Source

pub const fn is_closeable(&self) -> bool

Trait Implementations§

Source§

impl Default for ObjectHandle

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Display for ObjectHandle

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl From<i32> for ObjectHandle

Source§

fn from(value: MQHOBJ) -> Self

Converts to this type from the input type.
Source§

impl HasConstLookup for ObjectHandle

Source§

fn const_lookup<'a>() -> &'a (impl ConstLookup + 'static)

Retrieve the static constant lookup table