Struct kvm_bindings::bindings::kvm_segment
source · #[repr(C)]pub struct kvm_segment {}Fields
base: __u64limit: __u32selector: __u16type_: __u8present: __u8dpl: __u8db: __u8s: __u8l: __u8g: __u8avl: __u8unusable: __u8padding: __u8Trait Implementations
sourceimpl Clone for kvm_segment
impl Clone for kvm_segment
sourcefn clone(&self) -> kvm_segment
fn clone(&self) -> kvm_segment
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for kvm_segment
impl Debug for kvm_segment
sourceimpl Default for kvm_segment
impl Default for kvm_segment
sourcefn default() -> kvm_segment
fn default() -> kvm_segment
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_segment> for kvm_segment
impl PartialEq<kvm_segment> for kvm_segment
sourcefn eq(&self, other: &kvm_segment) -> bool
fn eq(&self, other: &kvm_segment) -> bool
impl Copy for kvm_segment
impl StructuralPartialEq for kvm_segment
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more