#[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: boolTrait Implementations§
Source§impl Clone for ImGuiPayload
impl Clone for ImGuiPayload
Source§fn clone(&self) -> ImGuiPayload
fn clone(&self) -> ImGuiPayload
Returns a duplicate 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
impl Copy 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