#[repr(C)]pub struct CursorIns { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for CursorIns
impl RefUnwindSafe for CursorIns
impl Send for CursorIns
impl Sync for CursorIns
impl Unpin for CursorIns
impl UnwindSafe for CursorIns
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