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