#[repr(C)]pub struct vm_event_desc_access {
pub arch: vm_event_desc_access__bindgen_ty_1,
pub descriptor: u8,
pub is_write: u8,
pub _pad: [u8; 6],
}Fields§
§arch: vm_event_desc_access__bindgen_ty_1§descriptor: u8§is_write: u8§_pad: [u8; 6]Trait Implementations§
Source§impl Clone for vm_event_desc_access
impl Clone for vm_event_desc_access
Source§fn clone(&self) -> vm_event_desc_access
fn clone(&self) -> vm_event_desc_access
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 moreSource§impl Default for vm_event_desc_access
impl Default for vm_event_desc_access
impl Copy for vm_event_desc_access
Auto Trait Implementations§
impl Freeze for vm_event_desc_access
impl RefUnwindSafe for vm_event_desc_access
impl Send for vm_event_desc_access
impl Sync for vm_event_desc_access
impl Unpin for vm_event_desc_access
impl UnwindSafe for vm_event_desc_access
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