pub enum MemoryMetricDimensionAllocator {
Ram = 0,
ContiguousRam = 1,
AmlogicSecure = 2,
AmlogicSecureVdec = 3,
GoldfishDeviceLocal = 4,
GoldfishHostVisible = 5,
}
Variants§
Ram = 0
ContiguousRam = 1
AmlogicSecure = 2
AmlogicSecureVdec = 3
GoldfishDeviceLocal = 4
GoldfishHostVisible = 5
Trait Implementations§
Source§impl AsEventCode for MemoryMetricDimensionAllocator
impl AsEventCode for MemoryMetricDimensionAllocator
fn as_event_code(&self) -> u32
Source§impl Clone for MemoryMetricDimensionAllocator
impl Clone for MemoryMetricDimensionAllocator
Source§fn clone(&self) -> MemoryMetricDimensionAllocator
fn clone(&self) -> MemoryMetricDimensionAllocator
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 Ord for MemoryMetricDimensionAllocator
impl Ord for MemoryMetricDimensionAllocator
Source§fn cmp(&self, other: &MemoryMetricDimensionAllocator) -> Ordering
fn cmp(&self, other: &MemoryMetricDimensionAllocator) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MemoryMetricDimensionAllocator
impl PartialEq for MemoryMetricDimensionAllocator
Source§fn eq(&self, other: &MemoryMetricDimensionAllocator) -> bool
fn eq(&self, other: &MemoryMetricDimensionAllocator) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for MemoryMetricDimensionAllocator
impl PartialOrd for MemoryMetricDimensionAllocator
impl Copy for MemoryMetricDimensionAllocator
impl Eq for MemoryMetricDimensionAllocator
impl StructuralPartialEq for MemoryMetricDimensionAllocator
Auto Trait Implementations§
impl Freeze for MemoryMetricDimensionAllocator
impl RefUnwindSafe for MemoryMetricDimensionAllocator
impl Send for MemoryMetricDimensionAllocator
impl Sync for MemoryMetricDimensionAllocator
impl Unpin for MemoryMetricDimensionAllocator
impl UnwindSafe for MemoryMetricDimensionAllocator
Blanket Implementations§
§impl<A> AsEventCodes for Awhere
A: AsEventCode,
impl<A> AsEventCodes for Awhere
A: AsEventCode,
§fn as_event_codes(&self) -> Vec<u32>
fn as_event_codes(&self) -> Vec<u32>
Converts the source type into a
Vec<u32>
of event codes.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