pub struct DBuff { /* private fields */ }Methods from Deref<Target = DArray<u8>>§
Sourcepub fn iter(&self) -> DArrayIter<'_, T> ⓘ
pub fn iter(&self) -> DArrayIter<'_, T> ⓘ
Sourcepub fn copy_from_slice(&mut self, src: &[T])
pub fn copy_from_slice(&mut self, src: &[T])
Sourcepub unsafe fn as_mut_slice(&mut self) -> &mut [T]
pub unsafe fn as_mut_slice(&mut self) -> &mut [T]
§Safety
slice will not auto do cache sync operations.
pub fn as_ptr(&self) -> NonNull<T>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DBuff
impl !RefUnwindSafe for DBuff
impl !Sync for DBuff
impl Unpin for DBuff
impl UnsafeUnpin for DBuff
impl !UnwindSafe for DBuff
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