#[repr(C)]pub struct ImGuiDeactivatedItemData {
pub ID: ImGuiID,
pub ElapseFrame: c_int,
pub HasBeenEditedBefore: bool,
pub IsAlive: bool,
}Fields§
§ID: ImGuiID§ElapseFrame: c_int§HasBeenEditedBefore: bool§IsAlive: boolTrait Implementations§
Source§impl Clone for ImGuiDeactivatedItemData
impl Clone for ImGuiDeactivatedItemData
Source§fn clone(&self) -> ImGuiDeactivatedItemData
fn clone(&self) -> ImGuiDeactivatedItemData
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 ImGuiDeactivatedItemData
impl Debug for ImGuiDeactivatedItemData
impl Copy for ImGuiDeactivatedItemData
Auto Trait Implementations§
impl Freeze for ImGuiDeactivatedItemData
impl RefUnwindSafe for ImGuiDeactivatedItemData
impl Send for ImGuiDeactivatedItemData
impl Sync for ImGuiDeactivatedItemData
impl Unpin for ImGuiDeactivatedItemData
impl UnwindSafe for ImGuiDeactivatedItemData
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