pub struct Fastcall;Available on x86 only.
Expand description
Marker type representing the fastcall calling convention.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fastcall
impl RefUnwindSafe for Fastcall
impl Send for Fastcall
impl Sync for Fastcall
impl Unpin for Fastcall
impl UnsafeUnpin for Fastcall
impl UnwindSafe for Fastcall
Blanket Implementations§
impl<T> Any for Twhere
T: ?Sized,
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