#[repr(C)]pub struct vm_event_x86_selector_reg {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Source§impl vm_event_x86_selector_reg
impl vm_event_x86_selector_reg
pub fn limit(&self) -> u32
pub fn set_limit(&mut self, val: u32)
pub unsafe fn limit_raw(this: *const Self) -> u32
pub unsafe fn set_limit_raw(this: *mut Self, val: u32)
pub fn ar(&self) -> u32
pub fn set_ar(&mut self, val: u32)
pub unsafe fn ar_raw(this: *const Self) -> u32
pub unsafe fn set_ar_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1(limit: u32, ar: u32) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for vm_event_x86_selector_reg
impl Clone for vm_event_x86_selector_reg
Source§fn clone(&self) -> vm_event_x86_selector_reg
fn clone(&self) -> vm_event_x86_selector_reg
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 vm_event_x86_selector_reg
impl Debug for vm_event_x86_selector_reg
Source§impl Default for vm_event_x86_selector_reg
impl Default for vm_event_x86_selector_reg
Source§fn default() -> vm_event_x86_selector_reg
fn default() -> vm_event_x86_selector_reg
Returns the “default value” for a type. Read more
impl Copy for vm_event_x86_selector_reg
Auto Trait Implementations§
impl Freeze for vm_event_x86_selector_reg
impl RefUnwindSafe for vm_event_x86_selector_reg
impl Send for vm_event_x86_selector_reg
impl Sync for vm_event_x86_selector_reg
impl Unpin for vm_event_x86_selector_reg
impl UnsafeUnpin for vm_event_x86_selector_reg
impl UnwindSafe for vm_event_x86_selector_reg
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