Struct gdk_x11_sys::xlib::XIMCallback
[−]#[repr(C)]pub struct XIMCallback {
pub client_data: *mut i8,
pub callback: Option<unsafe extern "C" fn(*mut _XIM, *mut i8, *mut i8)>,
}
Fields
client_data: *mut i8
callback: Option<unsafe extern "C" fn(*mut _XIM, *mut i8, *mut i8)>
Auto Trait Implementations
impl RefUnwindSafe for XIMCallback
impl !Send for XIMCallback
impl !Sync for XIMCallback
impl Unpin for XIMCallback
impl UnwindSafe for XIMCallback
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more