#[repr(C)]
pub struct ImGuiPayload { pub data: *mut c_void, pub data_size: c_int, pub source_id: ImGuiID, pub source_parent_id: ImGuiID, pub data_frame_count: c_int, pub data_type: [c_char; 33], pub preview: bool, pub delivery: bool, }

Fields§

§data: *mut c_void§data_size: c_int§source_id: ImGuiID§source_parent_id: ImGuiID§data_frame_count: c_int§data_type: [c_char; 33]§preview: bool§delivery: bool

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.