#[repr(C)]pub struct KvmEnableCap {
pub cap: KvmCap,
pub flags: u32,
pub args: [u64; 4],
pub pad: [u8; 64],
}Fields§
§cap: KvmCap§flags: u32§args: [u64; 4]§pad: [u8; 64]Trait Implementations§
Source§impl Clone for KvmEnableCap
impl Clone for KvmEnableCap
Source§fn clone(&self) -> KvmEnableCap
fn clone(&self) -> KvmEnableCap
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for KvmEnableCap
impl RefUnwindSafe for KvmEnableCap
impl Send for KvmEnableCap
impl Sync for KvmEnableCap
impl Unpin for KvmEnableCap
impl UnsafeUnpin for KvmEnableCap
impl UnwindSafe for KvmEnableCap
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