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