Struct ndk_sys::HeapTaggingLevel
source · #[repr(transparent)]pub struct HeapTaggingLevel(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl HeapTaggingLevel
impl HeapTaggingLevel
pub const M_HEAP_TAGGING_LEVEL_NONE: HeapTaggingLevel = _
sourceimpl HeapTaggingLevel
impl HeapTaggingLevel
pub const M_HEAP_TAGGING_LEVEL_TBI: HeapTaggingLevel = _
sourceimpl HeapTaggingLevel
impl HeapTaggingLevel
pub const M_HEAP_TAGGING_LEVEL_ASYNC: HeapTaggingLevel = _
sourceimpl HeapTaggingLevel
impl HeapTaggingLevel
pub const M_HEAP_TAGGING_LEVEL_SYNC: HeapTaggingLevel = _
Trait Implementations
sourceimpl Clone for HeapTaggingLevel
impl Clone for HeapTaggingLevel
sourcefn clone(&self) -> HeapTaggingLevel
fn clone(&self) -> HeapTaggingLevel
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 HeapTaggingLevel
impl Debug for HeapTaggingLevel
sourceimpl Hash for HeapTaggingLevel
impl Hash for HeapTaggingLevel
sourceimpl PartialEq<HeapTaggingLevel> for HeapTaggingLevel
impl PartialEq<HeapTaggingLevel> for HeapTaggingLevel
sourcefn eq(&self, other: &HeapTaggingLevel) -> bool
fn eq(&self, other: &HeapTaggingLevel) -> bool
impl Copy for HeapTaggingLevel
impl Eq for HeapTaggingLevel
impl StructuralEq for HeapTaggingLevel
impl StructuralPartialEq for HeapTaggingLevel
Auto Trait Implementations
impl RefUnwindSafe for HeapTaggingLevel
impl Send for HeapTaggingLevel
impl Sync for HeapTaggingLevel
impl Unpin for HeapTaggingLevel
impl UnwindSafe for HeapTaggingLevel
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