Struct arcdps_imgui::Specs
source · pub struct Specs<'a>(/* private fields */);
Expand description
A wrapper around a slice of TableColumnSortSpecs.
This slice may be 0 if TableFlags::SORT_TRISTATE is true, may be > 1 is TableFlags::SORT_MULTI is true, but is generally == 1.
Consume this struct as an iterator.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Specs<'a>
impl<'a> RefUnwindSafe for Specs<'a>
impl<'a> Send for Specs<'a>
impl<'a> Sync for Specs<'a>
impl<'a> Unpin for Specs<'a>
impl<'a> UnwindSafe for Specs<'a>
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