#[repr(C)]pub struct OHExtDataHandle {
pub fd: i32,
pub reserveInts: u32,
pub reserve: __IncompleteArrayField<i32>,
}Expand description
@brief Defines the ExtData Handle @since 9 @deprecated since 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 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