Trait spirt::spv::spec::indexed::FlatIdx

source ·
pub trait FlatIdx: Copy {
    // Required method
    fn to_usize(self) -> usize;
}

Required Methods§

source

fn to_usize(self) -> usize

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FlatIdx for u16

Implementors§