[−][src]Struct intel_genxml::gen10::Perfcnt2
Fields
value: u64
event_selection: u32
counter_clear: bool
edge_detect: bool
overflow_enable: bool
counter_enable: bool
Methods
impl Perfcnt2
[src]
Trait Implementations
impl Default for Perfcnt2
[src][+]
impl Deserialize for Perfcnt2
[src][+]
impl<'_> From<&'_ [u32; 2]> for Perfcnt2
[src][+]
impl Serialize for Perfcnt2
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Perfcnt2
impl Send for Perfcnt2
impl Sync for Perfcnt2
impl Unpin for Perfcnt2
impl UnwindSafe for Perfcnt2
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>,