pub struct Cdecl;Available on Windows and (x86-64 or x86) only.
Expand description
Marker type representing the cdecl calling convention.
Trait Implementations§
impl Copy for Cdecl
Auto Trait Implementations§
impl Freeze for Cdecl
impl RefUnwindSafe for Cdecl
impl Send for Cdecl
impl Sync for Cdecl
impl Unpin for Cdecl
impl UnwindSafe for Cdecl
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