Struct clang_sys::CXToken [] [src]

#[repr(C)]
pub struct CXToken { pub int_data: [c_uint; 4], pub ptr_data: *mut c_void, }

Fields

Trait Implementations

impl Copy for CXToken
[src]

impl Clone for CXToken
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CXToken
[src]

[src]

Formats the value using the given formatter.

impl Default for CXToken
[src]

[src]

Returns the "default value" for a type. Read more