#[repr(u8)]pub enum MCRT {
Interface = 0,
Reflector = 1,
Material = 2,
}Expand description
SuperType categories for MCRT events (2 bits: bits 22-23)
Variants§
Trait Implementations§
impl Copy for MCRT
impl Eq for MCRT
impl StructuralPartialEq for MCRT
Auto Trait Implementations§
impl Freeze for MCRT
impl RefUnwindSafe for MCRT
impl Send for MCRT
impl Sync for MCRT
impl Unpin for MCRT
impl UnsafeUnpin for MCRT
impl UnwindSafe for MCRT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more