[−][src]Struct intel_genxml::gen9::VcsInstdone
Fields
ring_enable: bool
usb_done: bool
qrc_done: bool
sec_done: bool
mpc_done: bool
vft_done: bool
bsp_done: bool
vlf_done: bool
vop_done: bool
vmc_done: bool
vip_done: bool
vit_done: bool
vds_done: bool
vmx_done: bool
vcp_done: bool
vcd_done: bool
vad_done: bool
vmd_done: bool
vis_done: bool
vac_done: bool
vam_done: bool
jpg_done: bool
vbp_done: bool
vhr_done: bool
vci_done: bool
vcr_done: bool
vin_done: bool
vpr_done: bool
vtq_done: bool
reserved: bool
vcs_done: bool
gac_done: bool
Methods
impl VcsInstdone
[src]
Trait Implementations
impl Default for VcsInstdone
[src]
impl Deserialize for VcsInstdone
[src]
impl<'_> From<&'_ [u32; 1]> for VcsInstdone
[src]
impl Serialize for VcsInstdone
[src]
Auto Trait Implementations
impl RefUnwindSafe for VcsInstdone
impl Send for VcsInstdone
impl Sync for VcsInstdone
impl Unpin for VcsInstdone
impl UnwindSafe for VcsInstdone
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>,