pub struct ClassIndex(pub u16);Expand description
A constant-pool index proven to name a Class entry.
Tuple Fields§
§0: u16Trait Implementations§
Source§impl Clone for ClassIndex
impl Clone for ClassIndex
Source§fn clone(&self) -> ClassIndex
fn clone(&self) -> ClassIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClassIndex
Source§impl Debug for ClassIndex
impl Debug for ClassIndex
impl Eq for ClassIndex
Source§impl PartialEq for ClassIndex
impl PartialEq for ClassIndex
impl StructuralPartialEq for ClassIndex
Auto Trait Implementations§
impl Freeze for ClassIndex
impl RefUnwindSafe for ClassIndex
impl Send for ClassIndex
impl Sync for ClassIndex
impl Unpin for ClassIndex
impl UnsafeUnpin for ClassIndex
impl UnwindSafe for ClassIndex
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