Struct gccjit::Location [] [src]

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

A Location represents a location used when debugging jitted code.

Trait Implementations

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

fn clone(&self) -> Location<'ctx>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

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

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

fn to_object(&self) -> Object<'ctx>

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

fn fmt(&self, fmt: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.