Struct rutabaga_gfx::bytestream::Writer
source · pub struct Writer<'slice> {
data: &'slice mut [u8],
index: usize,
}
Fields§
§data: &'slice mut [u8]
§index: usize
Implementations§
Auto Trait Implementations§
impl<'slice> RefUnwindSafe for Writer<'slice>
impl<'slice> Send for Writer<'slice>
impl<'slice> Sync for Writer<'slice>
impl<'slice> Unpin for Writer<'slice>
impl<'slice> !UnwindSafe for Writer<'slice>
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