#[repr(C)]pub struct CreateThreadCallback {
pub cb: CreateThreadCallbackType,
}Fields§
§cb: CreateThreadCallbackTypeTrait Implementations§
Source§impl Clone for CreateThreadCallback
impl Clone for CreateThreadCallback
Source§impl Debug for CreateThreadCallback
impl Debug for CreateThreadCallback
Source§impl Display for CreateThreadCallback
impl Display for CreateThreadCallback
Source§impl Hash for CreateThreadCallback
impl Hash for CreateThreadCallback
Source§impl Ord for CreateThreadCallback
impl Ord for CreateThreadCallback
Source§impl PartialEq for CreateThreadCallback
impl PartialEq for CreateThreadCallback
Source§impl PartialOrd for CreateThreadCallback
impl PartialOrd for CreateThreadCallback
impl Copy for CreateThreadCallback
impl Eq for CreateThreadCallback
Auto Trait Implementations§
impl Freeze for CreateThreadCallback
impl RefUnwindSafe for CreateThreadCallback
impl Send for CreateThreadCallback
impl Sync for CreateThreadCallback
impl Unpin for CreateThreadCallback
impl UnwindSafe for CreateThreadCallback
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more