pub enum CallingConv {
Cdecl,
Pascal,
Thiscall,
Stdcall,
Fastcall,
_Regcall,
}
Variants§
Trait Implementations§
Source§impl Clone for CallingConv
impl Clone for CallingConv
Source§fn clone(&self) -> CallingConv
fn clone(&self) -> CallingConv
Returns a copy 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 CallingConv
impl Debug for CallingConv
Source§impl PartialEq for CallingConv
impl PartialEq for CallingConv
impl Copy for CallingConv
impl StructuralPartialEq for CallingConv
Auto Trait Implementations§
impl Freeze for CallingConv
impl RefUnwindSafe for CallingConv
impl Send for CallingConv
impl Sync for CallingConv
impl Unpin for CallingConv
impl UnwindSafe for CallingConv
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