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