Struct query_interface::TraitObject [] [src]

pub struct TraitObject {
    pub data: *const (),
    pub vtable: VTable,
}

Fields

Trait Implementations

impl Debug for TraitObject
[src]

Formats the value using the given formatter.

impl Clone for TraitObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TraitObject
[src]