pub struct FunctionTableEntry {
pub element: ElementId,
pub idx: usize,
pub func: Option<FunctionId>,
}
Fields§
§element: ElementId
§idx: usize
§func: Option<FunctionId>
Auto Trait Implementations§
impl Freeze for FunctionTableEntry
impl RefUnwindSafe for FunctionTableEntry
impl Send for FunctionTableEntry
impl Sync for FunctionTableEntry
impl Unpin for FunctionTableEntry
impl UnwindSafe for FunctionTableEntry
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