Struct sdl2_sys::SDL_AssertData [] [src]

#[repr(C)]
pub struct SDL_AssertData { pub always_ignore: c_int, pub trigger_count: c_uint, pub condition: *const c_char, pub filename: *const c_char, pub linenum: c_int, pub function: *const c_char, pub next: *const SDL_AssertData, }

Fields

Trait Implementations

impl Debug for SDL_AssertData
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_AssertData
[src]

impl Clone for SDL_AssertData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more