#[repr(C)]pub struct GpuJobDescription {
pub jobType: GpuJobType,
pub __bindgen_anon_1: GpuJobDescription__bindgen_ty_1,
}Expand description
A structure describing a single render job.
Fields§
§jobType: GpuJobType< Type of the job.
__bindgen_anon_1: GpuJobDescription__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpuJobDescription
impl RefUnwindSafe for GpuJobDescription
impl !Send for GpuJobDescription
impl !Sync for GpuJobDescription
impl Unpin for GpuJobDescription
impl UnwindSafe for GpuJobDescription
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