Struct kvm_sys::x86::bindings::kvm_arm_device_addr
source · #[repr(C)]pub struct kvm_arm_device_addr {
pub id: u64,
pub addr: u64,
}
Fields§
§id: u64
§addr: u64
Trait Implementations§
source§impl Clone for kvm_arm_device_addr
impl Clone for kvm_arm_device_addr
source§fn clone(&self) -> kvm_arm_device_addr
fn clone(&self) -> kvm_arm_device_addr
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 moresource§impl Debug for kvm_arm_device_addr
impl Debug for kvm_arm_device_addr
source§impl Default for kvm_arm_device_addr
impl Default for kvm_arm_device_addr
source§fn default() -> kvm_arm_device_addr
fn default() -> kvm_arm_device_addr
Returns the “default value” for a type. Read more
impl Copy for kvm_arm_device_addr
Auto Trait Implementations§
impl RefUnwindSafe for kvm_arm_device_addr
impl Send for kvm_arm_device_addr
impl Sync for kvm_arm_device_addr
impl Unpin for kvm_arm_device_addr
impl UnwindSafe for kvm_arm_device_addr
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