Struct crosvm_plugin::anon_io_access
source · #[repr(C)]pub(crate) struct anon_io_access {
pub(crate) address_space: u32,
pub(crate) __reserved0: [u8; 4],
pub(crate) address: u64,
pub(crate) data: *mut u8,
pub(crate) length: u32,
pub(crate) is_write: u8,
pub(crate) no_resume: u8,
pub(crate) __reserved1: [u8; 2],
}
Fields§
§address_space: u32
§__reserved0: [u8; 4]
§address: u64
§data: *mut u8
§length: u32
§is_write: u8
§no_resume: u8
§__reserved1: [u8; 2]
Trait Implementations§
source§impl Clone for anon_io_access
impl Clone for anon_io_access
source§fn clone(&self) -> anon_io_access
fn clone(&self) -> anon_io_access
Returns a copy 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 moreimpl Copy for anon_io_access
Auto Trait Implementations§
impl RefUnwindSafe for anon_io_access
impl !Send for anon_io_access
impl !Sync for anon_io_access
impl Unpin for anon_io_access
impl UnwindSafe for anon_io_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