#[repr(C)]pub struct ImGuiPtrOrIndex {
pub Ptr: *mut c_void,
pub Index: c_int,
}Fields§
§Ptr: *mut c_void§Index: c_intTrait Implementations§
Source§impl Clone for ImGuiPtrOrIndex
impl Clone for ImGuiPtrOrIndex
Source§fn clone(&self) -> ImGuiPtrOrIndex
fn clone(&self) -> ImGuiPtrOrIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImGuiPtrOrIndex
Auto Trait Implementations§
impl !Send for ImGuiPtrOrIndex
impl !Sync for ImGuiPtrOrIndex
impl Freeze for ImGuiPtrOrIndex
impl RefUnwindSafe for ImGuiPtrOrIndex
impl Unpin for ImGuiPtrOrIndex
impl UnsafeUnpin for ImGuiPtrOrIndex
impl UnwindSafe for ImGuiPtrOrIndex
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