pub struct Aapcs;Available on ARM only.
Expand description
Marker type representing the aapcs calling convention.
Trait Implementations§
impl Copy 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