#[repr(u32)]pub enum DirIndex {
DIR_PATCH = 0,
DIR_LAYOUT = 1,
DIR_NUM = 2,
}
Variants§
Trait Implementations§
source§impl Ord for DirIndex
impl Ord for DirIndex
source§impl PartialEq for DirIndex
impl PartialEq for DirIndex
source§impl PartialOrd for DirIndex
impl PartialOrd for DirIndex
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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§
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