Struct bad64_sys::context_[][src]

#[repr(C)]pub struct context_ {
    pub insword: u32,
    pub address: u64,
    pub features0: u64,
    pub features1: u64,
    pub pstate_btype: u8,
    pub pstate_el: u8,
    pub pstate_uao: u8,
    pub BTypeCompatible: bool,
    pub BTypeNext: u8,
    pub halted: bool,
    pub FPCR: u64,
    pub EDSCR_HDE: bool,
}

Fields

insword: u32address: u64features0: u64features1: u64pstate_btype: u8pstate_el: u8pstate_uao: u8BTypeCompatible: boolBTypeNext: u8halted: boolFPCR: u64EDSCR_HDE: bool

Trait Implementations

impl Clone for context_[src]

impl Copy for context_[src]

impl Debug for context_[src]

impl Eq for context_[src]

impl Hash for context_[src]

impl PartialEq<context_> for context_[src]

impl StructuralEq for context_[src]

impl StructuralPartialEq for context_[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.