#[repr(C)]pub struct ImGuiStackLevelInfo {
pub ID: ImGuiID,
pub QueryFrameCount: ImS8,
pub QuerySuccess: bool,
pub DataType: ImS8,
pub DescOffset: c_int,
}Fields§
§ID: ImGuiID§QueryFrameCount: ImS8§QuerySuccess: bool§DataType: ImS8§DescOffset: c_intTrait Implementations§
Source§impl Clone for ImGuiStackLevelInfo
impl Clone for ImGuiStackLevelInfo
Source§fn clone(&self) -> ImGuiStackLevelInfo
fn clone(&self) -> 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 ImGuiStackLevelInfo
impl Debug for ImGuiStackLevelInfo
Source§impl Default for ImGuiStackLevelInfo
impl Default for ImGuiStackLevelInfo
Source§fn default() -> ImGuiStackLevelInfo
fn default() -> ImGuiStackLevelInfo
Returns the “default value” for a type. Read more
Source§impl Hash for ImGuiStackLevelInfo
impl Hash for ImGuiStackLevelInfo
Source§impl PartialEq for ImGuiStackLevelInfo
impl PartialEq for ImGuiStackLevelInfo
impl Copy for ImGuiStackLevelInfo
impl Eq for ImGuiStackLevelInfo
impl StructuralPartialEq for ImGuiStackLevelInfo
Auto Trait Implementations§
impl Freeze for ImGuiStackLevelInfo
impl RefUnwindSafe for ImGuiStackLevelInfo
impl Send for ImGuiStackLevelInfo
impl Sync for ImGuiStackLevelInfo
impl Unpin for ImGuiStackLevelInfo
impl UnwindSafe for 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