Struct kvm_bindings::kvm_xsave
source · Fields
region: [__u32; 1024]Trait Implementations
impl Copy for kvm_xsave
impl StructuralPartialEq for kvm_xsave
Auto Trait Implementations
impl RefUnwindSafe for kvm_xsave
impl Send for kvm_xsave
impl Sync for kvm_xsave
impl Unpin for kvm_xsave
impl UnwindSafe for kvm_xsave
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