pub struct Fastcall;Expand description
Type-level marker for the fastcall abi.
Trait Implementations§
impl Copy for Fastcall
impl Eq for Fastcall
impl StructuralPartialEq 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