Struct x11_dl::xlib::XIMCallback
source · #[repr(C)]pub struct XIMCallback {
pub client_data: XPointer,
pub callback: XIMProc,
}
Fields§
§client_data: XPointer
§callback: XIMProc
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