#[repr(C)]pub struct OHExtDataHandle {
pub fd: i32,
pub reserveInts: u32,
pub reserve: __IncompleteArrayField<i32>,
}👎Deprecated since 10
Expand description
Defines the ExtData Handle
Available since API-level: 9
Deprecated since 10
Fields§
§fd: i32👎Deprecated since 10
§reserveInts: u32👎Deprecated since 10
§reserve: __IncompleteArrayField<i32>👎Deprecated since 10
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OHExtDataHandle
impl RefUnwindSafe for OHExtDataHandle
impl Send for OHExtDataHandle
impl Sync for OHExtDataHandle
impl Unpin for OHExtDataHandle
impl UnsafeUnpin for OHExtDataHandle
impl UnwindSafe for OHExtDataHandle
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