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