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