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