Struct easy_imgui_sys::ImGuiStackLevelInfo
source · #[repr(C)]pub struct ImGuiStackLevelInfo {
pub ID: ImGuiID,
pub QueryFrameCount: ImS8,
pub QuerySuccess: bool,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub Desc: [c_char; 57],
}Fields§
§ID: ImGuiID§QueryFrameCount: ImS8§QuerySuccess: bool§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§Desc: [c_char; 57]Implementations§
source§impl ImGuiStackLevelInfo
impl ImGuiStackLevelInfo
pub fn DataType(&self) -> ImGuiDataType
pub fn set_DataType(&mut self, val: ImGuiDataType)
pub fn new_bitfield_1(DataType: ImGuiDataType) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for ImGuiStackLevelInfo
impl Clone for ImGuiStackLevelInfo
source§fn clone(&self) -> ImGuiStackLevelInfo
fn clone(&self) -> ImGuiStackLevelInfo
Returns a copy 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 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