#[repr(transparent)]pub struct ImGuiContextHookType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiContextHookType
impl ImGuiContextHookType
pub const ImGuiContextHookType_NewFramePre: ImGuiContextHookType
pub const ImGuiContextHookType_NewFramePost: ImGuiContextHookType
pub const ImGuiContextHookType_EndFramePre: ImGuiContextHookType
pub const ImGuiContextHookType_EndFramePost: ImGuiContextHookType
pub const ImGuiContextHookType_RenderPre: ImGuiContextHookType
pub const ImGuiContextHookType_RenderPost: ImGuiContextHookType
pub const ImGuiContextHookType_Shutdown: ImGuiContextHookType
pub const ImGuiContextHookType_PendingRemoval_: ImGuiContextHookType
Trait Implementations§
Source§impl Clone for ImGuiContextHookType
impl Clone for ImGuiContextHookType
Source§fn clone(&self) -> ImGuiContextHookType
fn clone(&self) -> ImGuiContextHookType
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 ImGuiContextHookType
impl Debug for ImGuiContextHookType
Source§impl Hash for ImGuiContextHookType
impl Hash for ImGuiContextHookType
Source§impl PartialEq for ImGuiContextHookType
impl PartialEq for ImGuiContextHookType
impl Copy for ImGuiContextHookType
impl Eq for ImGuiContextHookType
impl StructuralPartialEq for ImGuiContextHookType
Auto Trait Implementations§
impl Freeze for ImGuiContextHookType
impl RefUnwindSafe for ImGuiContextHookType
impl Send for ImGuiContextHookType
impl Sync for ImGuiContextHookType
impl Unpin for ImGuiContextHookType
impl UnwindSafe for ImGuiContextHookType
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