#[repr(C)]pub struct OHExtDataHandle {
pub fd: i32,
pub reserveInts: u32,
pub reserve: __IncompleteArrayField<i32>,
}Available on crate feature
native_window only.Expand description
Defines the ExtData Handle
Available since API-level: 9 = “10”)
Fields§
§fd: i32§reserveInts: u32§reserve: __IncompleteArrayField<i32>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 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