Struct kvm_bindings::kvm_segment [−][src]
#[repr(C)]pub struct kvm_segment {}Fields
base: __u64limit: __u32selector: __u16type_: __u8present: __u8dpl: __u8db: __u8s: __u8l: __u8g: __u8avl: __u8unusable: __u8padding: __u8Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more