Struct easy_imgui_sys::ImGuiNextItemData
source · #[repr(C)]pub struct ImGuiNextItemData {
pub Flags: ImGuiNextItemDataFlags,
pub ItemFlags: ImGuiItemFlags,
pub SelectionUserData: ImGuiSelectionUserData,
pub Width: f32,
pub Shortcut: ImGuiKeyChord,
pub OpenVal: bool,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u16; 3],
}Fields§
§Flags: ImGuiNextItemDataFlags§ItemFlags: ImGuiItemFlags§SelectionUserData: ImGuiSelectionUserData§Width: f32§Shortcut: ImGuiKeyChord§OpenVal: bool§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u16; 3]Implementations§
source§impl ImGuiNextItemData
impl ImGuiNextItemData
pub fn OpenCond(&self) -> ImGuiCond
pub fn set_OpenCond(&mut self, val: ImGuiCond)
pub fn new_bitfield_1(OpenCond: ImGuiCond) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for ImGuiNextItemData
impl Clone for ImGuiNextItemData
source§fn clone(&self) -> ImGuiNextItemData
fn clone(&self) -> ImGuiNextItemData
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 ImGuiNextItemData
impl Debug for ImGuiNextItemData
impl Copy for ImGuiNextItemData
Auto Trait Implementations§
impl RefUnwindSafe for ImGuiNextItemData
impl Send for ImGuiNextItemData
impl Sync for ImGuiNextItemData
impl Unpin for ImGuiNextItemData
impl UnwindSafe for ImGuiNextItemData
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