Struct gccjit::Location [] [src]

pub struct Location<'ctx> { /* fields omitted */ }

A Location represents a location used when debugging jitted code.

Trait Implementations

impl<'ctx> Copy for Location<'ctx>
[src]

impl<'ctx> Clone for Location<'ctx>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'ctx> ToObject<'ctx> for Location<'ctx>
[src]

impl<'ctx> Debug for Location<'ctx>
[src]

Formats the value using the given formatter.