[][src]Struct unicorn::X86Mmr

#[repr(C)]
pub struct X86Mmr { pub selector: u64, pub base: u64, pub limit: u32, pub flags: u32, }

Fields

selector: u64base: u64limit: u32flags: u32

Trait Implementations

impl Copy for X86Mmr[src]

impl PartialEq<X86Mmr> for X86Mmr[src]

impl Clone for X86Mmr[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for X86Mmr[src]

Auto Trait Implementations

impl Send for X86Mmr

impl Sync for X86Mmr

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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