#[repr(C, packed(1))]pub struct i915_context_engines_parallel_submit {
pub base: i915_user_extension,
pub engine_index: __u16,
pub width: __u16,
pub num_siblings: __u16,
pub mbz16: __u16,
pub flags: __u64,
pub mbz64: [__u64; 3],
pub engines: __IncompleteArrayField<i915_engine_class_instance>,
}
Fields§
§base: i915_user_extension
§engine_index: __u16
§width: __u16
§num_siblings: __u16
§mbz16: __u16
§flags: __u64
§mbz64: [__u64; 3]
§engines: __IncompleteArrayField<i915_engine_class_instance>
Auto Trait Implementations§
impl Freeze for i915_context_engines_parallel_submit
impl RefUnwindSafe for i915_context_engines_parallel_submit
impl Send for i915_context_engines_parallel_submit
impl Sync for i915_context_engines_parallel_submit
impl Unpin for i915_context_engines_parallel_submit
impl UnwindSafe for i915_context_engines_parallel_submit
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