Struct easy_imgui_sys::ImGuiContextHookType
source · #[repr(transparent)]pub struct ImGuiContextHookType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl ImGuiContextHookType
impl ImGuiContextHookType
pub const ImGuiContextHookType_NewFramePre: ImGuiContextHookType = _
source§impl ImGuiContextHookType
impl ImGuiContextHookType
pub const ImGuiContextHookType_NewFramePost: ImGuiContextHookType = _
source§impl ImGuiContextHookType
impl ImGuiContextHookType
pub const ImGuiContextHookType_EndFramePre: ImGuiContextHookType = _
source§impl ImGuiContextHookType
impl ImGuiContextHookType
pub const ImGuiContextHookType_EndFramePost: ImGuiContextHookType = _
source§impl ImGuiContextHookType
impl ImGuiContextHookType
pub const ImGuiContextHookType_RenderPre: ImGuiContextHookType = _
source§impl ImGuiContextHookType
impl ImGuiContextHookType
pub const ImGuiContextHookType_RenderPost: ImGuiContextHookType = _
source§impl ImGuiContextHookType
impl ImGuiContextHookType
pub const ImGuiContextHookType_Shutdown: ImGuiContextHookType = _
Trait Implementations§
source§impl Clone for ImGuiContextHookType
impl Clone for ImGuiContextHookType
source§fn clone(&self) -> ImGuiContextHookType
fn clone(&self) -> ImGuiContextHookType
Returns a copy 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
source§fn eq(&self, other: &ImGuiContextHookType) -> bool
fn eq(&self, other: &ImGuiContextHookType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)