#[repr(i32)]pub enum tagCALLCONV {
CC_FASTCALL = 0,
CC_CDECL = 1,
CC_MSCPASCAL = 2,
CC_MACPASCAL = 3,
CC_STDCALL = 4,
CC_FPFASTCALL = 5,
CC_SYSCALL = 6,
CC_MPWCDECL = 7,
CC_MPWPASCAL = 8,
CC_MAX = 9,
}Variants§
CC_FASTCALL = 0
CC_CDECL = 1
CC_MSCPASCAL = 2
CC_MACPASCAL = 3
CC_STDCALL = 4
CC_FPFASTCALL = 5
CC_SYSCALL = 6
CC_MPWCDECL = 7
CC_MPWPASCAL = 8
CC_MAX = 9
Implementations§
Source§impl tagCALLCONV
impl tagCALLCONV
pub const CC_PASCAL: tagCALLCONV = tagCALLCONV::CC_MSCPASCAL
Trait Implementations§
Source§impl Clone for tagCALLCONV
impl Clone for tagCALLCONV
Source§fn clone(&self) -> tagCALLCONV
fn clone(&self) -> tagCALLCONV
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 tagCALLCONV
impl Debug for tagCALLCONV
Source§impl Hash for tagCALLCONV
impl Hash for tagCALLCONV
Source§impl PartialEq for tagCALLCONV
impl PartialEq for tagCALLCONV
impl Copy for tagCALLCONV
impl Eq for tagCALLCONV
impl StructuralPartialEq for tagCALLCONV
Auto Trait Implementations§
impl Freeze for tagCALLCONV
impl RefUnwindSafe for tagCALLCONV
impl Send for tagCALLCONV
impl Sync for tagCALLCONV
impl Unpin for tagCALLCONV
impl UnwindSafe for tagCALLCONV
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