pub struct Ret {}
Expand description
Transfer control the address in the lr
register.
Implementations§
Trait Implementations§
impl Copy for Ret
impl Eq for Ret
impl StructuralPartialEq for Ret
Auto Trait Implementations§
impl Freeze for Ret
impl RefUnwindSafe for Ret
impl Send for Ret
impl Sync for Ret
impl Unpin for Ret
impl UnwindSafe for Ret
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