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