Struct arcdps_imgui_sys::ImGuiPayload
source · #[repr(C)]pub struct ImGuiPayload {
pub Data: *mut c_void,
pub DataSize: c_int,
pub SourceId: ImGuiID,
pub SourceParentId: ImGuiID,
pub DataFrameCount: c_int,
pub DataType: [c_char; 33],
pub Preview: bool,
pub Delivery: bool,
}
Fields§
§Data: *mut c_void
§DataSize: c_int
§SourceId: ImGuiID
§SourceParentId: ImGuiID
§DataFrameCount: c_int
§DataType: [c_char; 33]
§Preview: bool
§Delivery: bool
Trait Implementations§
source§impl Clone for ImGuiPayload
impl Clone for ImGuiPayload
source§fn clone(&self) -> ImGuiPayload
fn clone(&self) -> ImGuiPayload
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 moresource§impl Debug for ImGuiPayload
impl Debug for ImGuiPayload
source§impl Default for ImGuiPayload
impl Default for ImGuiPayload
source§impl Hash for ImGuiPayload
impl Hash for ImGuiPayload
source§impl PartialEq for ImGuiPayload
impl PartialEq for ImGuiPayload
source§fn eq(&self, other: &ImGuiPayload) -> bool
fn eq(&self, other: &ImGuiPayload) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ImGuiPayload
impl Eq for ImGuiPayload
impl StructuralPartialEq for ImGuiPayload
Auto Trait Implementations§
impl Freeze for ImGuiPayload
impl RefUnwindSafe for ImGuiPayload
impl !Send for ImGuiPayload
impl !Sync for ImGuiPayload
impl Unpin for ImGuiPayload
impl UnwindSafe for ImGuiPayload
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