Struct ExBufferGetDataAsync
pub struct ExBufferGetDataAsync<'ex> { /* private fields */ }Expand description
Default-param extender for RenderingDevice::buffer_get_data_async_ex.
Implementations§
§impl<'ex> ExBufferGetDataAsync<'ex>
impl<'ex> ExBufferGetDataAsync<'ex>
pub fn offset_bytes(self, offset_bytes: u32) -> ExBufferGetDataAsync<'ex>
pub fn size_bytes(self, size_bytes: u32) -> ExBufferGetDataAsync<'ex>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'ex> Freeze for ExBufferGetDataAsync<'ex>
impl<'ex> RefUnwindSafe for ExBufferGetDataAsync<'ex>
impl<'ex> !Send for ExBufferGetDataAsync<'ex>
impl<'ex> !Sync for ExBufferGetDataAsync<'ex>
impl<'ex> Unpin for ExBufferGetDataAsync<'ex>
impl<'ex> !UnwindSafe for ExBufferGetDataAsync<'ex>
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