#[repr(C)]pub struct ImVector_ImGuiStackLevelInfo {
pub Size: c_int,
pub Capacity: c_int,
pub Data: *mut ImGuiStackLevelInfo,
}Fields§
§Size: c_int§Capacity: c_int§Data: *mut ImGuiStackLevelInfoTrait Implementations§
Source§impl Clone for ImVector_ImGuiStackLevelInfo
impl Clone for ImVector_ImGuiStackLevelInfo
Source§fn clone(&self) -> ImVector_ImGuiStackLevelInfo
fn clone(&self) -> ImVector_ImGuiStackLevelInfo
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_ImGuiStackLevelInfo
impl Debug for ImVector_ImGuiStackLevelInfo
Source§impl Hash for ImVector_ImGuiStackLevelInfo
impl Hash for ImVector_ImGuiStackLevelInfo
Source§impl PartialEq for ImVector_ImGuiStackLevelInfo
impl PartialEq for ImVector_ImGuiStackLevelInfo
Source§fn eq(&self, other: &ImVector_ImGuiStackLevelInfo) -> bool
fn eq(&self, other: &ImVector_ImGuiStackLevelInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImVector_ImGuiStackLevelInfo
impl Eq for ImVector_ImGuiStackLevelInfo
impl StructuralPartialEq for ImVector_ImGuiStackLevelInfo
Auto Trait Implementations§
impl Freeze for ImVector_ImGuiStackLevelInfo
impl RefUnwindSafe for ImVector_ImGuiStackLevelInfo
impl !Send for ImVector_ImGuiStackLevelInfo
impl !Sync for ImVector_ImGuiStackLevelInfo
impl Unpin for ImVector_ImGuiStackLevelInfo
impl UnwindSafe for ImVector_ImGuiStackLevelInfo
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