#[repr(C)]struct KvmProtectedVmInfo {
firmware_size: u64,
reserved: [u64; 7],
}Fields§
§firmware_size: u64§reserved: [u64; 7]Auto Trait Implementations§
impl Freeze for KvmProtectedVmInfo
impl RefUnwindSafe for KvmProtectedVmInfo
impl Send for KvmProtectedVmInfo
impl Sync for KvmProtectedVmInfo
impl Unpin for KvmProtectedVmInfo
impl UnwindSafe for KvmProtectedVmInfo
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