#[repr(transparent)]pub struct ImGuiInputSource(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl ImGuiInputSource
impl ImGuiInputSource
pub const ImGuiInputSource_None: ImGuiInputSource
pub const ImGuiInputSource_Mouse: ImGuiInputSource
pub const ImGuiInputSource_Keyboard: ImGuiInputSource
pub const ImGuiInputSource_Gamepad: ImGuiInputSource
pub const ImGuiInputSource_COUNT: ImGuiInputSource
Trait Implementations§
Source§impl Clone for ImGuiInputSource
impl Clone for ImGuiInputSource
Source§fn clone(&self) -> ImGuiInputSource
fn clone(&self) -> ImGuiInputSource
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 ImGuiInputSource
impl Debug for ImGuiInputSource
Source§impl Hash for ImGuiInputSource
impl Hash for ImGuiInputSource
Source§impl PartialEq for ImGuiInputSource
impl PartialEq for ImGuiInputSource
impl Copy for ImGuiInputSource
impl Eq for ImGuiInputSource
impl StructuralPartialEq for ImGuiInputSource
Auto Trait Implementations§
impl Freeze for ImGuiInputSource
impl RefUnwindSafe for ImGuiInputSource
impl Send for ImGuiInputSource
impl Sync for ImGuiInputSource
impl Unpin for ImGuiInputSource
impl UnwindSafe for ImGuiInputSource
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