Struct x11::xt::_XtCallbackRec
source · [−]#[repr(C)]pub struct _XtCallbackRec;
Auto Trait Implementations
impl RefUnwindSafe for _XtCallbackRec
impl Send for _XtCallbackRec
impl Sync for _XtCallbackRec
impl Unpin for _XtCallbackRec
impl UnwindSafe for _XtCallbackRec
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