#[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§
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