Struct crosvm_plugin::crosvm_hint
source · #[repr(C)]pub struct crosvm_hint {
pub(crate) hint_version: u32,
pub(crate) reserved: u32,
pub(crate) address_space: u32,
pub(crate) address_flags: u16,
pub(crate) details_count: u16,
pub(crate) address: u64,
pub(crate) details: *const crosvm_hint_detail,
}
Fields§
§hint_version: u32
§reserved: u32
§address_space: u32
§address_flags: u16
§details_count: u16
§address: u64
§details: *const crosvm_hint_detail
Auto Trait Implementations§
impl RefUnwindSafe for crosvm_hint
impl !Send for crosvm_hint
impl !Sync for crosvm_hint
impl Unpin for crosvm_hint
impl UnwindSafe for crosvm_hint
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