Struct ndk_sys::FeatureLevelCode
source · #[repr(transparent)]pub struct FeatureLevelCode(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_1: FeatureLevelCode = _
source§impl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_2: FeatureLevelCode = _
source§impl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_3: FeatureLevelCode = _
source§impl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_4: FeatureLevelCode = _
source§impl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_5: FeatureLevelCode = _
source§impl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_6: FeatureLevelCode = _
source§impl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_7: FeatureLevelCode = _
source§impl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_8: FeatureLevelCode = _
Trait Implementations§
source§impl Clone for FeatureLevelCode
impl Clone for FeatureLevelCode
source§fn clone(&self) -> FeatureLevelCode
fn clone(&self) -> FeatureLevelCode
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 FeatureLevelCode
impl Debug for FeatureLevelCode
source§impl Hash for FeatureLevelCode
impl Hash for FeatureLevelCode
source§impl PartialEq for FeatureLevelCode
impl PartialEq for FeatureLevelCode
source§fn eq(&self, other: &FeatureLevelCode) -> bool
fn eq(&self, other: &FeatureLevelCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FeatureLevelCode
impl Eq for FeatureLevelCode
impl StructuralPartialEq for FeatureLevelCode
Auto Trait Implementations§
impl Freeze for FeatureLevelCode
impl RefUnwindSafe for FeatureLevelCode
impl Send for FeatureLevelCode
impl Sync for FeatureLevelCode
impl Unpin for FeatureLevelCode
impl UnwindSafe for FeatureLevelCode
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