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