Struct intel_gpu::native::i915_context_param_engines
source · #[repr(C, packed(1))]pub struct i915_context_param_engines {
pub extensions: __u64,
pub engines: __IncompleteArrayField<i915_engine_class_instance>,
}
Fields§
§extensions: __u64
§engines: __IncompleteArrayField<i915_engine_class_instance>
Auto Trait Implementations§
impl Freeze for i915_context_param_engines
impl RefUnwindSafe for i915_context_param_engines
impl Send for i915_context_param_engines
impl Sync for i915_context_param_engines
impl Unpin for i915_context_param_engines
impl UnwindSafe for i915_context_param_engines
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