#[repr(C)]pub struct IOSHandle {
pub ui_window: *mut c_void,
pub ui_view: *mut c_void,
pub ui_view_controller: *mut c_void,
}Fields§
§ui_window: *mut c_void§ui_view: *mut c_void§ui_view_controller: *mut c_voidTrait Implementations§
Source§impl Ord for IOSHandle
impl Ord for IOSHandle
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IOSHandle
impl PartialOrd for IOSHandle
impl Copy for IOSHandle
impl Eq for IOSHandle
impl StructuralPartialEq for IOSHandle
Auto Trait Implementations§
impl Freeze for IOSHandle
impl RefUnwindSafe for IOSHandle
impl !Send for IOSHandle
impl !Sync for IOSHandle
impl Unpin for IOSHandle
impl UnsafeUnpin for IOSHandle
impl UnwindSafe for IOSHandle
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