pub struct MutableTileBuffer {
strong_ref: Arc<Vec<u8>>,
ptr: *mut u8,
}
Fields§
§strong_ref: Arc<Vec<u8>>
§ptr: *mut u8
Implementations§
Trait Implementations§
impl Send for MutableTileBuffer
Auto Trait Implementations§
impl Freeze for MutableTileBuffer
impl RefUnwindSafe for MutableTileBuffer
impl !Sync for MutableTileBuffer
impl Unpin for MutableTileBuffer
impl UnwindSafe for MutableTileBuffer
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