Struct CallingConventionKind
#[repr(transparent)]pub struct CallingConventionKind(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for CallingConventionKind
impl Clone for CallingConventionKind
§fn clone(&self) -> CallingConventionKind
fn clone(&self) -> CallingConventionKind
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 more§impl Debug for CallingConventionKind
impl Debug for CallingConventionKind
§impl Default for CallingConventionKind
impl Default for CallingConventionKind
§fn default() -> CallingConventionKind
fn default() -> CallingConventionKind
Returns the “default value” for a type. Read more
§impl PartialEq for CallingConventionKind
impl PartialEq for CallingConventionKind
impl Copy for CallingConventionKind
impl Eq for CallingConventionKind
impl StructuralPartialEq for CallingConventionKind
Auto Trait Implementations§
impl Freeze for CallingConventionKind
impl RefUnwindSafe for CallingConventionKind
impl Send for CallingConventionKind
impl Sync for CallingConventionKind
impl Unpin for CallingConventionKind
impl UnwindSafe for CallingConventionKind
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