Struct wgpu_core::device::UserClosures
source · [−]pub struct UserClosures {
pub mappings: Vec<BufferMapPendingClosure>,
pub submissions: SmallVec<[SubmittedWorkDoneClosure; 1]>,
}
Fields
mappings: Vec<BufferMapPendingClosure>
submissions: SmallVec<[SubmittedWorkDoneClosure; 1]>
Trait Implementations
sourceimpl Default for UserClosures
impl Default for UserClosures
sourcefn default() -> UserClosures
fn default() -> UserClosures
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for UserClosures
impl Send for UserClosures
impl !Sync for UserClosures
impl Unpin for UserClosures
impl !UnwindSafe for UserClosures
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more