Struct sdl2_sys::SDL_AssertData
source · #[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§
§always_ignore: c_int
§trigger_count: c_uint
§condition: *const c_char
§filename: *const c_char
§linenum: c_int
§function: *const c_char
§next: *const SDL_AssertData
Trait Implementations§
source§impl Clone for SDL_AssertData
impl Clone for SDL_AssertData
source§fn clone(&self) -> SDL_AssertData
fn clone(&self) -> SDL_AssertData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SDL_AssertData
Auto Trait Implementations§
impl Freeze for SDL_AssertData
impl RefUnwindSafe for SDL_AssertData
impl !Send for SDL_AssertData
impl !Sync for SDL_AssertData
impl Unpin for SDL_AssertData
impl UnwindSafe for SDL_AssertData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more