#[repr(C)]pub struct XIMCallback {
    pub client_data: XPointer,
    pub callback: XIMProc,
}Fields§
§client_data: XPointer§callback: XIMProcAuto Trait Implementations§
impl Freeze for XIMCallback
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