pub struct AndroidPropertyInfo { /* private fields */ }Implementations§
Source§impl AndroidPropertyInfo
impl AndroidPropertyInfo
pub fn as_ptr(self) -> *const AndroidPropertyInfoOpaque
Trait Implementations§
Source§impl Clone for AndroidPropertyInfo
impl Clone for AndroidPropertyInfo
Source§fn clone(&self) -> AndroidPropertyInfo
fn clone(&self) -> AndroidPropertyInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AndroidPropertyInfo
Source§impl Debug for AndroidPropertyInfo
impl Debug for AndroidPropertyInfo
impl Eq for AndroidPropertyInfo
Source§impl PartialEq for AndroidPropertyInfo
impl PartialEq for AndroidPropertyInfo
Source§fn eq(&self, other: &AndroidPropertyInfo) -> bool
fn eq(&self, other: &AndroidPropertyInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AndroidPropertyInfo
Auto Trait Implementations§
impl !Send for AndroidPropertyInfo
impl !Sync for AndroidPropertyInfo
impl Freeze for AndroidPropertyInfo
impl RefUnwindSafe for AndroidPropertyInfo
impl Unpin for AndroidPropertyInfo
impl UnsafeUnpin for AndroidPropertyInfo
impl UnwindSafe for AndroidPropertyInfo
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