#[repr(C)]pub struct ImGuiContextHook {
pub HookId: ImGuiID,
pub Type: ImGuiContextHookType,
pub Owner: ImGuiID,
pub Callback: ImGuiContextHookCallback,
pub UserData: *mut c_void,
}Fields§
§HookId: ImGuiID§Type: ImGuiContextHookType§Owner: ImGuiID§Callback: ImGuiContextHookCallback§UserData: *mut c_voidTrait Implementations§
Source§impl Clone for ImGuiContextHook
impl Clone for ImGuiContextHook
Source§fn clone(&self) -> ImGuiContextHook
fn clone(&self) -> ImGuiContextHook
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 ImGuiContextHook
impl Debug for ImGuiContextHook
Source§impl Default for ImGuiContextHook
impl Default for ImGuiContextHook
Source§impl Hash for ImGuiContextHook
impl Hash for ImGuiContextHook
Source§impl PartialEq for ImGuiContextHook
impl PartialEq for ImGuiContextHook
impl Copy for ImGuiContextHook
impl Eq for ImGuiContextHook
impl StructuralPartialEq for ImGuiContextHook
Auto Trait Implementations§
impl Freeze for ImGuiContextHook
impl RefUnwindSafe for ImGuiContextHook
impl !Send for ImGuiContextHook
impl !Sync for ImGuiContextHook
impl Unpin for ImGuiContextHook
impl UnwindSafe for ImGuiContextHook
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