Struct WHV_X64_SEGMENT_REGISTER
#[repr(C)]pub struct WHV_X64_SEGMENT_REGISTER {
pub Base: u64,
pub Limit: u32,
pub Selector: u16,
pub Anonymous: WHV_X64_SEGMENT_REGISTER_0,
}Fields§
§Base: u64§Limit: u32§Selector: u16§Anonymous: WHV_X64_SEGMENT_REGISTER_0Trait Implementations§
§impl Clone for WHV_X64_SEGMENT_REGISTER
impl Clone for WHV_X64_SEGMENT_REGISTER
§fn clone(&self) -> WHV_X64_SEGMENT_REGISTER
fn clone(&self) -> WHV_X64_SEGMENT_REGISTER
Returns a copy 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 more§impl Default for WHV_X64_SEGMENT_REGISTER
impl Default for WHV_X64_SEGMENT_REGISTER
impl Copy for WHV_X64_SEGMENT_REGISTER
Auto Trait Implementations§
impl Freeze for WHV_X64_SEGMENT_REGISTER
impl RefUnwindSafe for WHV_X64_SEGMENT_REGISTER
impl Send for WHV_X64_SEGMENT_REGISTER
impl Sync for WHV_X64_SEGMENT_REGISTER
impl Unpin for WHV_X64_SEGMENT_REGISTER
impl UnwindSafe for WHV_X64_SEGMENT_REGISTER
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