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