pub struct StartFunction {
pub start: usize,
pub idx: FuncIdx,
}Fields§
§start: usize§idx: FuncIdxTrait Implementations§
Source§impl Clone for StartFunction
impl Clone for StartFunction
Source§fn clone(&self) -> StartFunction
fn clone(&self) -> StartFunction
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 moreSource§impl Debug for StartFunction
impl Debug for StartFunction
Source§impl PartialEq for StartFunction
impl PartialEq for StartFunction
impl StructuralPartialEq for StartFunction
Auto Trait Implementations§
impl Freeze for StartFunction
impl RefUnwindSafe for StartFunction
impl Send for StartFunction
impl Sync for StartFunction
impl Unpin for StartFunction
impl UnwindSafe for StartFunction
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