[−][src]Struct luminance_front::buffer::BufferSliceMut
A buffer mutable slice, allowing to get &mut [T].
Implementations
impl<'a, B, T> BufferSliceMut<'a, B, T> where
B: BufferSlice<T> + ?Sized,
T: Copy, [src]
B: BufferSlice<T> + ?Sized,
T: Copy,
pub fn as_slice_mut(&mut self) -> Result<&mut [T], BufferError>[src]
Obtain a &mut [T].
Trait Implementations
impl<'a, B, T> Debug for BufferSliceMut<'a, B, T> where
B: Debug + BufferSlice<T> + ?Sized,
T: Debug + Copy,
<B as BufferSlice<T>>::SliceMutRepr: Debug, [src]
B: Debug + BufferSlice<T> + ?Sized,
T: Debug + Copy,
<B as BufferSlice<T>>::SliceMutRepr: Debug,
Auto Trait Implementations
impl<'a, B: ?Sized, T> RefUnwindSafe for BufferSliceMut<'a, B, T> where
<B as BufferSlice<T>>::SliceMutRepr: RefUnwindSafe,
<B as BufferSlice<T>>::SliceMutRepr: RefUnwindSafe,
impl<'a, B: ?Sized, T> Send for BufferSliceMut<'a, B, T> where
<B as BufferSlice<T>>::SliceMutRepr: Send,
<B as BufferSlice<T>>::SliceMutRepr: Send,
impl<'a, B: ?Sized, T> Sync for BufferSliceMut<'a, B, T> where
<B as BufferSlice<T>>::SliceMutRepr: Sync,
<B as BufferSlice<T>>::SliceMutRepr: Sync,
impl<'a, B: ?Sized, T> Unpin for BufferSliceMut<'a, B, T> where
<B as BufferSlice<T>>::SliceMutRepr: Unpin,
<B as BufferSlice<T>>::SliceMutRepr: Unpin,
impl<'a, B, T> !UnwindSafe for BufferSliceMut<'a, B, T>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,