#[repr(C)]pub struct LibrarySendThreadMsgCallback {
pub cb: LibrarySendThreadMsgCallbackType,
}
Fields§
§cb: LibrarySendThreadMsgCallbackType
Trait Implementations§
Source§impl Clone for LibrarySendThreadMsgCallback
impl Clone for LibrarySendThreadMsgCallback
Source§impl Debug for LibrarySendThreadMsgCallback
impl Debug for LibrarySendThreadMsgCallback
Source§impl Hash for LibrarySendThreadMsgCallback
impl Hash for LibrarySendThreadMsgCallback
Source§impl Ord for LibrarySendThreadMsgCallback
impl Ord for LibrarySendThreadMsgCallback
Source§impl PartialOrd for LibrarySendThreadMsgCallback
impl PartialOrd for LibrarySendThreadMsgCallback
impl Copy for LibrarySendThreadMsgCallback
impl Eq for LibrarySendThreadMsgCallback
Auto Trait Implementations§
impl Freeze for LibrarySendThreadMsgCallback
impl RefUnwindSafe for LibrarySendThreadMsgCallback
impl Send for LibrarySendThreadMsgCallback
impl Sync for LibrarySendThreadMsgCallback
impl Unpin for LibrarySendThreadMsgCallback
impl UnwindSafe for LibrarySendThreadMsgCallback
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