pub struct Aapcs;Expand description
Type-level marker for the aapcs ABI.
Trait Implementations§
impl Copy for Aapcs
impl Eq for Aapcs
impl StructuralPartialEq for Aapcs
Auto Trait Implementations§
impl Freeze for Aapcs
impl RefUnwindSafe for Aapcs
impl Send for Aapcs
impl Sync for Aapcs
impl Unpin for Aapcs
impl UnwindSafe for Aapcs
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