Struct kvm_bindings::kvm_device_attr [−][src]
#[repr(C)]pub struct kvm_device_attr {
pub flags: __u32,
pub group: __u32,
pub attr: __u64,
pub addr: __u64,
}Fields
flags: __u32group: __u32attr: __u64addr: __u64Trait 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_device_attr
impl Send for kvm_device_attr
impl Sync for kvm_device_attr
impl Unpin for kvm_device_attr
impl UnwindSafe for kvm_device_attr
Blanket Implementations
Mutably borrows from an owned value. Read more