#[repr(C)]pub enum ImGuiDir {
None = -1,
Left = 0,
Right = 1,
Up = 2,
Down = 3,
COUNT = 4,
}
Variants§
Trait Implementations§
impl Copy for ImGuiDir
impl Eq for ImGuiDir
impl StructuralPartialEq for ImGuiDir
Auto Trait Implementations§
impl Freeze for ImGuiDir
impl RefUnwindSafe for ImGuiDir
impl Send for ImGuiDir
impl Sync for ImGuiDir
impl Unpin for ImGuiDir
impl UnwindSafe for ImGuiDir
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