#[repr(u32)]
pub enum DirIndex {
DIR_PATCH,
DIR_LAYOUT,
DIR_NUM,
}
Variants
DIR_PATCH
DIR_LAYOUT
DIR_NUM
Trait Implementations
sourceimpl Ord for DirIndex
impl Ord for DirIndex
sourceimpl PartialOrd<DirIndex> for DirIndex
impl PartialOrd<DirIndex> for DirIndex
impl ContiguousMemory for DirIndex
impl Copy for DirIndex
impl Eq for DirIndex
impl StructuralEq for DirIndex
impl StructuralPartialEq for DirIndex
Auto Trait Implementations
impl RefUnwindSafe for DirIndex
impl Send for DirIndex
impl Sync for DirIndex
impl Unpin for DirIndex
impl UnwindSafe for DirIndex
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more