Struct sdl2_sys::XIMCallback
source · #[repr(C)]pub struct XIMCallback {
pub client_data: XPointer,
pub callback: XIMProc,
}
Fields§
§client_data: XPointer
§callback: XIMProc
Trait Implementations§
source§impl Clone for XIMCallback
impl Clone for XIMCallback
source§fn clone(&self) -> XIMCallback
fn clone(&self) -> XIMCallback
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for XIMCallback
Auto 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