#[repr(C)]pub enum dlogutil_sorting_order {
DLOGUTIL_SORT_SENT_MONO = 0,
DLOGUTIL_SORT_SENT_REAL = 1,
DLOGUTIL_SORT_RECV_MONO = 2,
DLOGUTIL_SORT_RECV_REAL = 3,
DLOGUTIL_SORT_DEFAULT = 4,
}Variants§
DLOGUTIL_SORT_SENT_MONO = 0
DLOGUTIL_SORT_SENT_REAL = 1
DLOGUTIL_SORT_RECV_MONO = 2
DLOGUTIL_SORT_RECV_REAL = 3
DLOGUTIL_SORT_DEFAULT = 4
Auto Trait Implementations§
impl Freeze for dlogutil_sorting_order
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