#[repr(C)]pub struct uc_x86_mmr {
pub selector: u16,
pub base: u64,
pub limit: u32,
pub flags: u32,
}Fields§
§selector: u16§base: u64§limit: u32§flags: u32Trait Implementations§
Source§impl Clone for uc_x86_mmr
impl Clone for uc_x86_mmr
Source§fn clone(&self) -> uc_x86_mmr
fn clone(&self) -> uc_x86_mmr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for uc_x86_mmr
impl Debug for uc_x86_mmr
Source§impl Ord for uc_x86_mmr
impl Ord for uc_x86_mmr
Source§fn cmp(&self, other: &uc_x86_mmr) -> Ordering
fn cmp(&self, other: &uc_x86_mmr) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for uc_x86_mmr
impl PartialEq for uc_x86_mmr
Source§impl PartialOrd for uc_x86_mmr
impl PartialOrd for uc_x86_mmr
impl Copy for uc_x86_mmr
impl Eq for uc_x86_mmr
impl StructuralPartialEq for uc_x86_mmr
Auto Trait Implementations§
impl Freeze for uc_x86_mmr
impl RefUnwindSafe for uc_x86_mmr
impl Send for uc_x86_mmr
impl Sync for uc_x86_mmr
impl Unpin for uc_x86_mmr
impl UnwindSafe for uc_x86_mmr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more