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