#[repr(transparent)]pub struct android_fdsan_owner_type(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
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
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