#[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
impl Copy 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