#[repr(C)]pub enum BufferMapAsyncStatus {
Success = 0,
Error = 1,
Unknown = 2,
ContextLost = 3,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferMapAsyncStatus
impl RefUnwindSafe for BufferMapAsyncStatus
impl Send for BufferMapAsyncStatus
impl Sync for BufferMapAsyncStatus
impl Unpin for BufferMapAsyncStatus
impl UnwindSafe for BufferMapAsyncStatus
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