pub struct IrepIndices {
pub locals: usize,
pub syms: usize,
pub pool: usize,
}Fields§
§locals: usize§syms: usize§pool: usizeTrait Implementations§
Source§impl Clone for IrepIndices
impl Clone for IrepIndices
Source§fn clone(&self) -> IrepIndices
fn clone(&self) -> IrepIndices
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 moreAuto Trait Implementations§
impl Freeze for IrepIndices
impl RefUnwindSafe for IrepIndices
impl Send for IrepIndices
impl Sync for IrepIndices
impl Unpin for IrepIndices
impl UnsafeUnpin for IrepIndices
impl UnwindSafe for IrepIndices
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