pub struct DragInt<'s, 'v, S: IntoCStr> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'s, 'v, S> Freeze for DragInt<'s, 'v, S>
impl<'s, 'v, S> RefUnwindSafe for DragInt<'s, 'v, S>
impl<'s, 'v, S> !Send for DragInt<'s, 'v, S>
impl<'s, 'v, S> !Sync for DragInt<'s, 'v, S>
impl<'s, 'v, S> Unpin for DragInt<'s, 'v, S>
impl<'s, 'v, S> !UnwindSafe for DragInt<'s, 'v, S>
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