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