Struct crosvm_plugin::anon_msi
source · #[repr(C)]pub struct anon_msi {
pub(crate) address: u64,
pub(crate) data: u32,
}
Fields§
§address: u64
§data: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for anon_msi
impl Send for anon_msi
impl Sync for anon_msi
impl Unpin for anon_msi
impl UnwindSafe for anon_msi
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