#[repr(u8)]pub enum TypeBits {
Main = 0,
Global = 1,
Local = 2,
Reserved = 3,
}Expand description
The bits specifying the type of an item.
Variants§
Implementations§
Trait Implementations§
impl Copy for TypeBits
impl Eq for TypeBits
impl StructuralPartialEq for TypeBits
Auto Trait Implementations§
impl Freeze for TypeBits
impl RefUnwindSafe for TypeBits
impl Send for TypeBits
impl Sync for TypeBits
impl Unpin for TypeBits
impl UnsafeUnpin for TypeBits
impl UnwindSafe for TypeBits
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