Struct kvm_bindings::kvm_s390_stop_info
source · #[repr(C)]pub struct kvm_s390_stop_info {
pub flags: __u32,
}Fields
flags: __u32Trait Implementations
sourceimpl Clone for kvm_s390_stop_info
impl Clone for kvm_s390_stop_info
sourcefn clone(&self) -> kvm_s390_stop_info
fn clone(&self) -> kvm_s390_stop_info
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_s390_stop_info
impl Debug for kvm_s390_stop_info
sourceimpl Default for kvm_s390_stop_info
impl Default for kvm_s390_stop_info
sourcefn default() -> kvm_s390_stop_info
fn default() -> kvm_s390_stop_info
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_s390_stop_info> for kvm_s390_stop_info
impl PartialEq<kvm_s390_stop_info> for kvm_s390_stop_info
sourcefn eq(&self, other: &kvm_s390_stop_info) -> bool
fn eq(&self, other: &kvm_s390_stop_info) -> bool
impl Copy for kvm_s390_stop_info
impl StructuralPartialEq for kvm_s390_stop_info
Auto Trait Implementations
impl RefUnwindSafe for kvm_s390_stop_info
impl Send for kvm_s390_stop_info
impl Sync for kvm_s390_stop_info
impl Unpin for kvm_s390_stop_info
impl UnwindSafe for kvm_s390_stop_info
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