#[repr(C)]pub enum CURLMSG {
CURLMSG_DONE = 1,
}Expand description
CURLMSG — message types from curl_multi_info_read.
Variants§
CURLMSG_DONE = 1
Trait Implementations§
impl Copy for CURLMSG
impl Eq for CURLMSG
impl StructuralPartialEq for CURLMSG
Auto Trait Implementations§
impl Freeze for CURLMSG
impl RefUnwindSafe for CURLMSG
impl Send for CURLMSG
impl Sync for CURLMSG
impl Unpin for CURLMSG
impl UnsafeUnpin for CURLMSG
impl UnwindSafe for CURLMSG
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.