#[repr(i32)]pub enum tagPENDINGMSG {
PENDINGMSG_CANCELCALL = 0,
PENDINGMSG_WAITNOPROCESS = 1,
PENDINGMSG_WAITDEFPROCESS = 2,
}Variants§
Trait Implementations§
Source§impl Clone for tagPENDINGMSG
impl Clone for tagPENDINGMSG
Source§fn clone(&self) -> tagPENDINGMSG
fn clone(&self) -> tagPENDINGMSG
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagPENDINGMSG
impl Debug for tagPENDINGMSG
Source§impl Hash for tagPENDINGMSG
impl Hash for tagPENDINGMSG
Source§impl PartialEq for tagPENDINGMSG
impl PartialEq for tagPENDINGMSG
impl Copy for tagPENDINGMSG
impl Eq for tagPENDINGMSG
impl StructuralPartialEq for tagPENDINGMSG
Auto Trait Implementations§
impl Freeze for tagPENDINGMSG
impl RefUnwindSafe for tagPENDINGMSG
impl Send for tagPENDINGMSG
impl Sync for tagPENDINGMSG
impl Unpin for tagPENDINGMSG
impl UnwindSafe for tagPENDINGMSG
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