[−][src]Struct intel_genxml::gen7::_3dStateUrbDs
Fields
dword_length: u32
_3d_command_sub_opcode: u32
_3d_command_opcode: u32
command_subtype: u32
command_type: u32
ds_number_of_urb_entries: u32
ds_urb_entry_allocation_size: u32
ds_urb_starting_address: u32
Methods
impl _3dStateUrbDs
[src]
pub const DWORD_LENGTH: u32
[src]
Trait Implementations
impl Default for _3dStateUrbDs
[src][+]
impl Deserialize for _3dStateUrbDs
[src][+]
impl<'_> From<&'_ [u32; 2]> for _3dStateUrbDs
[src][+]
impl Serialize for _3dStateUrbDs
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for _3dStateUrbDs
impl Send for _3dStateUrbDs
impl Sync for _3dStateUrbDs
impl Unpin for _3dStateUrbDs
impl UnwindSafe for _3dStateUrbDs
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,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,