#[repr(u32)]pub enum DataGraphTOSALevelARM {
None = 0,
Level8K = 1,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for DataGraphTOSALevelARM
impl Clone for DataGraphTOSALevelARM
Source§fn clone(&self) -> DataGraphTOSALevelARM
fn clone(&self) -> DataGraphTOSALevelARM
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DataGraphTOSALevelARM
Source§impl Debug for DataGraphTOSALevelARM
impl Debug for DataGraphTOSALevelARM
impl Eq for DataGraphTOSALevelARM
Source§impl PartialEq for DataGraphTOSALevelARM
impl PartialEq for DataGraphTOSALevelARM
Source§fn eq(&self, other: &DataGraphTOSALevelARM) -> bool
fn eq(&self, other: &DataGraphTOSALevelARM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DataGraphTOSALevelARM
Auto Trait Implementations§
impl Freeze for DataGraphTOSALevelARM
impl RefUnwindSafe for DataGraphTOSALevelARM
impl Send for DataGraphTOSALevelARM
impl Sync for DataGraphTOSALevelARM
impl Unpin for DataGraphTOSALevelARM
impl UnsafeUnpin for DataGraphTOSALevelARM
impl UnwindSafe for DataGraphTOSALevelARM
Blanket Implementations§
impl<T> Alias<T> for T
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