pub struct ActiveElem {
pub table_idx: TableIdx,
pub init_expr: Span,
}Fields§
§table_idx: TableIdx§init_expr: SpanTrait Implementations§
Source§impl Clone for ActiveElem
impl Clone for ActiveElem
Source§fn clone(&self) -> ActiveElem
fn clone(&self) -> ActiveElem
Returns a duplicate of the value. Read more
1.0.0 · 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 ActiveElem
impl RefUnwindSafe for ActiveElem
impl Send for ActiveElem
impl Sync for ActiveElem
impl Unpin for ActiveElem
impl UnwindSafe for ActiveElem
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