Struct gdk_x11_sys::xlib::XIMCallback
source · #[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§
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