pub struct SyscallMemmove {}Expand description
memmove
Implementations§
Auto Trait Implementations§
impl Freeze for SyscallMemmove
impl RefUnwindSafe for SyscallMemmove
impl Send for SyscallMemmove
impl Sync for SyscallMemmove
impl Unpin for SyscallMemmove
impl UnwindSafe for SyscallMemmove
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