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