#[repr(C)]pub struct ImVector_ImGuiContextHook {
pub Size: c_int,
pub Capacity: c_int,
pub Data: *mut ImGuiContextHook,
}Fields§
§Size: c_int§Capacity: c_int§Data: *mut ImGuiContextHookTrait Implementations§
Source§impl Clone for ImVector_ImGuiContextHook
impl Clone for ImVector_ImGuiContextHook
Source§fn clone(&self) -> ImVector_ImGuiContextHook
fn clone(&self) -> ImVector_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 ImVector_ImGuiContextHook
impl Debug for ImVector_ImGuiContextHook
Source§impl Default for ImVector_ImGuiContextHook
impl Default for ImVector_ImGuiContextHook
Source§impl Hash for ImVector_ImGuiContextHook
impl Hash for ImVector_ImGuiContextHook
impl Copy for ImVector_ImGuiContextHook
impl Eq for ImVector_ImGuiContextHook
impl StructuralPartialEq for ImVector_ImGuiContextHook
Auto Trait Implementations§
impl Freeze for ImVector_ImGuiContextHook
impl RefUnwindSafe for ImVector_ImGuiContextHook
impl !Send for ImVector_ImGuiContextHook
impl !Sync for ImVector_ImGuiContextHook
impl Unpin for ImVector_ImGuiContextHook
impl UnwindSafe for ImVector_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