#[repr(transparent)]pub struct ImGuiSortDirection(pub ImU8);Tuple Fields§
§0: ImU8Implementations§
Trait Implementations§
Source§impl Clone for ImGuiSortDirection
impl Clone for ImGuiSortDirection
Source§fn clone(&self) -> ImGuiSortDirection
fn clone(&self) -> ImGuiSortDirection
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 ImGuiSortDirection
impl Debug for ImGuiSortDirection
Source§impl Hash for ImGuiSortDirection
impl Hash for ImGuiSortDirection
Source§impl PartialEq for ImGuiSortDirection
impl PartialEq for ImGuiSortDirection
impl Copy for ImGuiSortDirection
impl Eq for ImGuiSortDirection
impl StructuralPartialEq for ImGuiSortDirection
Auto Trait Implementations§
impl Freeze for ImGuiSortDirection
impl RefUnwindSafe for ImGuiSortDirection
impl Send for ImGuiSortDirection
impl Sync for ImGuiSortDirection
impl Unpin for ImGuiSortDirection
impl UnwindSafe for ImGuiSortDirection
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