pub(crate) struct ArgSlice(usize);
Expand description
Type representing a slice of arguments on the stack. Used to avoid allocations and copies when calling functions.
Tuple Fields§
§0: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArgSlice
impl RefUnwindSafe for ArgSlice
impl Send for ArgSlice
impl Sync for ArgSlice
impl Unpin for ArgSlice
impl UnwindSafe for ArgSlice
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