#[repr(u32)]pub enum ucs_stats_formats_t {
UCS_STATS_FULL = 0,
UCS_STATS_FULL_AGG = 1,
UCS_STATS_SUMMARY = 2,
UCS_STATS_LAST = 3,
}Variants§
Trait Implementations§
Source§impl Clone for ucs_stats_formats_t
impl Clone for ucs_stats_formats_t
Source§fn clone(&self) -> ucs_stats_formats_t
fn clone(&self) -> ucs_stats_formats_t
Returns a copy 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 ucs_stats_formats_t
impl Debug for ucs_stats_formats_t
Source§impl Hash for ucs_stats_formats_t
impl Hash for ucs_stats_formats_t
Source§impl PartialEq for ucs_stats_formats_t
impl PartialEq for ucs_stats_formats_t
impl Copy for ucs_stats_formats_t
impl Eq for ucs_stats_formats_t
impl StructuralPartialEq for ucs_stats_formats_t
Auto Trait Implementations§
impl Freeze for ucs_stats_formats_t
impl RefUnwindSafe for ucs_stats_formats_t
impl Send for ucs_stats_formats_t
impl Sync for ucs_stats_formats_t
impl Unpin for ucs_stats_formats_t
impl UnwindSafe for ucs_stats_formats_t
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