pub struct SliceData<const O: usize, const L: usize, D>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<const O: usize, const L: usize, D> Freeze for SliceData<O, L, D>
impl<const O: usize, const L: usize, D> RefUnwindSafe for SliceData<O, L, D>where
D: RefUnwindSafe,
impl<const O: usize, const L: usize, D> Send for SliceData<O, L, D>where
D: Send,
impl<const O: usize, const L: usize, D> Sync for SliceData<O, L, D>where
D: Sync,
impl<const O: usize, const L: usize, D> Unpin for SliceData<O, L, D>where
D: Unpin,
impl<const O: usize, const L: usize, D> UnwindSafe for SliceData<O, L, D>where
D: UnwindSafe,
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