#[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
impl Copy 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