[−][src]Struct intel_genxml::gen9::MediaObject
Fields
dword_length: u32media_command_sub_opcode: u32media_command_opcode: u32media_command_pipeline: u32command_type: u32interface_descriptor_offset: u32indirect_data_length: u32subslice_destination_select: u32slice_destination_select: u32use_scoreboard: u32force_destination: u32thread_synchronization: u32slice_destination_select_msbs: u32children_present: boolindirect_data_start_address: Ascoreboard_x: u32scoredboard_y: u32scoreboard_mask: u32scoreboard_color: u32Methods
impl<A: Addr + Default> MediaObject<A>[src]
pub const DWORD_LENGTH: u32[src]
pub const NOT_USING_SCOREBOARD: u32[src]
pub const NO_THREAD_SYNCHRONIZATION: u32[src]
pub const SLICE_0: u32[src]
pub const SLICE_1: u32[src]
pub const SLICE_2: u32[src]
pub const SUBSLICE_0: u32[src]
pub const SUBSLICE_1: u32[src]
pub const SUBSLICE_2: u32[src]
pub const SUBSLICE_3: u32[src]
pub const THREAD_DISPATCH_IS_SYNCHRONIZED_BY_THE_SPAWN_ROOT_THREAD_MESSAGE: u32[src]
pub const USING_SCOREBOARD: u32[src]
Trait Implementations
impl<A: Addr + Default> Default for MediaObject<A>[src]
impl Deserialize for MediaObject<u64>[src]
impl<'_> From<&'_ [u32; 6]> for MediaObject<u64>[src]
impl<A: Addr + Default> Serialize for MediaObject<A>[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for MediaObject<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for MediaObject<A> where
A: Send,
A: Send,
impl<A> Sync for MediaObject<A> where
A: Sync,
A: Sync,
impl<A> Unpin for MediaObject<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for MediaObject<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>,