[−][src]Struct intel_genxml::gen11::MediaVfeState
Fields
dword_length: u32subopcode: u32media_command_opcode: u32pipeline: u32command_type: u32per_thread_scratch_space: u32stack_size: u32scratch_space_base_pointer: Adispatch_load_balance: u32number_of_urb_entries: u32maximum_number_of_threads: u32maximum_number_of_dual_subslices: u32curbe_allocation_size: u32urb_entry_allocation_size: u32Methods
impl<A: Addr + Default> MediaVfeState<A>[src]
Trait Implementations
impl<A: Addr + Default> Default for MediaVfeState<A>[src]
impl Deserialize for MediaVfeState<u64>[src]
impl<'_> From<&'_ [u32; 9]> for MediaVfeState<u64>[src]
impl<A: Addr + Default> Serialize for MediaVfeState<A>[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for MediaVfeState<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for MediaVfeState<A> where
A: Send,
A: Send,
impl<A> Sync for MediaVfeState<A> where
A: Sync,
A: Sync,
impl<A> Unpin for MediaVfeState<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for MediaVfeState<A> where
A: UnwindSafe,
A: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,