Trait XrBlockStaticType

Source
pub trait XrBlockStaticType {
    const BLOCK_TYPE: u8;
}
Expand description

A trait for implementations that contain a compile-time constant of the block type.

Required Associated Constants§

Source

const BLOCK_TYPE: u8

The block type identifier within a XR packet.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§