#[repr(transparent)]pub struct ImGuiMouseCursor_(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl ImGuiMouseCursor_
impl ImGuiMouseCursor_
pub const ImGuiMouseCursor_None: ImGuiMouseCursor_
pub const ImGuiMouseCursor_Arrow: ImGuiMouseCursor_
pub const ImGuiMouseCursor_TextInput: ImGuiMouseCursor_
pub const ImGuiMouseCursor_ResizeAll: ImGuiMouseCursor_
pub const ImGuiMouseCursor_ResizeNS: ImGuiMouseCursor_
pub const ImGuiMouseCursor_ResizeEW: ImGuiMouseCursor_
pub const ImGuiMouseCursor_ResizeNESW: ImGuiMouseCursor_
pub const ImGuiMouseCursor_ResizeNWSE: ImGuiMouseCursor_
pub const ImGuiMouseCursor_Hand: ImGuiMouseCursor_
pub const ImGuiMouseCursor_Wait: ImGuiMouseCursor_
pub const ImGuiMouseCursor_Progress: ImGuiMouseCursor_
pub const ImGuiMouseCursor_NotAllowed: ImGuiMouseCursor_
pub const ImGuiMouseCursor_COUNT: ImGuiMouseCursor_
Trait Implementations§
Source§impl Clone for ImGuiMouseCursor_
impl Clone for ImGuiMouseCursor_
Source§fn clone(&self) -> ImGuiMouseCursor_
fn clone(&self) -> ImGuiMouseCursor_
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 ImGuiMouseCursor_
impl Debug for ImGuiMouseCursor_
Source§impl Hash for ImGuiMouseCursor_
impl Hash for ImGuiMouseCursor_
Source§impl PartialEq for ImGuiMouseCursor_
impl PartialEq for ImGuiMouseCursor_
impl Copy for ImGuiMouseCursor_
impl Eq for ImGuiMouseCursor_
impl StructuralPartialEq for ImGuiMouseCursor_
Auto Trait Implementations§
impl Freeze for ImGuiMouseCursor_
impl RefUnwindSafe for ImGuiMouseCursor_
impl Send for ImGuiMouseCursor_
impl Sync for ImGuiMouseCursor_
impl Unpin for ImGuiMouseCursor_
impl UnwindSafe for ImGuiMouseCursor_
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