#[repr(C)]pub struct android_poll_source {
pub id: i32,
pub app: *mut android_app,
pub process: extern "C" fn(*mut android_app, *mut android_poll_source),
}Fields§
§id: i32§app: *mut android_app§process: extern "C" fn(*mut android_app, *mut android_poll_source)Auto Trait Implementations§
impl Freeze for android_poll_source
impl RefUnwindSafe for android_poll_source
impl !Send for android_poll_source
impl !Sync for android_poll_source
impl Unpin for android_poll_source
impl UnwindSafe for android_poll_source
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