#[repr(C)]pub enum dlogutil_sorting_order {
DLOGUTIL_SORT_SENT_MONO,
DLOGUTIL_SORT_SENT_REAL,
DLOGUTIL_SORT_RECV_MONO,
DLOGUTIL_SORT_RECV_REAL,
DLOGUTIL_SORT_DEFAULT,
}Variants§
DLOGUTIL_SORT_SENT_MONO
DLOGUTIL_SORT_SENT_REAL
DLOGUTIL_SORT_RECV_MONO
DLOGUTIL_SORT_RECV_REAL
DLOGUTIL_SORT_DEFAULT
Auto Trait Implementations§
impl RefUnwindSafe for dlogutil_sorting_order
impl Send for dlogutil_sorting_order
impl Sync for dlogutil_sorting_order
impl Unpin for dlogutil_sorting_order
impl UnwindSafe for dlogutil_sorting_order
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