Struct ndk_sys::FeatureLevelCode
source · #[repr(transparent)]pub struct FeatureLevelCode(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_1: FeatureLevelCode = _
sourceimpl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_2: FeatureLevelCode = _
sourceimpl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_3: FeatureLevelCode = _
sourceimpl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_4: FeatureLevelCode = _
sourceimpl FeatureLevelCode
impl FeatureLevelCode
pub const ANEURALNETWORKS_FEATURE_LEVEL_5: FeatureLevelCode = _
Trait Implementations
sourceimpl Clone for FeatureLevelCode
impl Clone for FeatureLevelCode
sourcefn clone(&self) -> FeatureLevelCode
fn clone(&self) -> FeatureLevelCode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for FeatureLevelCode
impl Debug for FeatureLevelCode
sourceimpl Hash for FeatureLevelCode
impl Hash for FeatureLevelCode
sourceimpl PartialEq<FeatureLevelCode> for FeatureLevelCode
impl PartialEq<FeatureLevelCode> for FeatureLevelCode
sourcefn eq(&self, other: &FeatureLevelCode) -> bool
fn eq(&self, other: &FeatureLevelCode) -> bool
impl Copy for FeatureLevelCode
impl Eq for FeatureLevelCode
impl StructuralEq for FeatureLevelCode
impl StructuralPartialEq for FeatureLevelCode
Auto Trait Implementations
impl RefUnwindSafe for FeatureLevelCode
impl Send for FeatureLevelCode
impl Sync for FeatureLevelCode
impl Unpin for FeatureLevelCode
impl UnwindSafe for FeatureLevelCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more