Struct kvm_bindings::kvm_ppc_resize_hpt
source · Fields
flags: __u64shift: __u32pad: __u32Trait Implementations
sourceimpl Clone for kvm_ppc_resize_hpt
impl Clone for kvm_ppc_resize_hpt
sourcefn clone(&self) -> kvm_ppc_resize_hpt
fn clone(&self) -> kvm_ppc_resize_hpt
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_ppc_resize_hpt
impl Debug for kvm_ppc_resize_hpt
sourceimpl Default for kvm_ppc_resize_hpt
impl Default for kvm_ppc_resize_hpt
sourcefn default() -> kvm_ppc_resize_hpt
fn default() -> kvm_ppc_resize_hpt
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_ppc_resize_hpt> for kvm_ppc_resize_hpt
impl PartialEq<kvm_ppc_resize_hpt> for kvm_ppc_resize_hpt
sourcefn eq(&self, other: &kvm_ppc_resize_hpt) -> bool
fn eq(&self, other: &kvm_ppc_resize_hpt) -> bool
impl Copy for kvm_ppc_resize_hpt
impl StructuralPartialEq 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
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