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