Struct kvm_segment
#[repr(C)]pub struct kvm_segment {}
Fields§
§base: u64
§limit: u32
§selector: u16
§type_: u8
§present: u8
§dpl: u8
§db: u8
§s: u8
§l: u8
§g: u8
§avl: u8
§unusable: u8
§padding: u8
Trait Implementations§
§impl Clone for kvm_segment
impl Clone for kvm_segment
§fn clone(&self) -> kvm_segment
fn clone(&self) -> kvm_segment
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 Debug for kvm_segment
impl Debug for kvm_segment
§impl Default for kvm_segment
impl Default for kvm_segment
§fn default() -> kvm_segment
fn default() -> kvm_segment
Returns the “default value” for a type. Read more
§impl PartialEq for kvm_segment
impl PartialEq for kvm_segment
impl Copy for kvm_segment
impl StructuralPartialEq for kvm_segment
Auto Trait Implementations§
impl Freeze for kvm_segment
impl RefUnwindSafe for kvm_segment
impl Send for kvm_segment
impl Sync for kvm_segment
impl Unpin for kvm_segment
impl UnwindSafe for kvm_segment
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