Union crosvm_plugin::anon_route
source · #[repr(C)]
pub union anon_route {
pub(crate) irqchip: anon_irqchip,
pub(crate) msi: anon_msi,
pub(crate) reserved: [u8; 16],
}
Fields§
§irqchip: anon_irqchip
§msi: anon_msi
§reserved: [u8; 16]
Auto Trait Implementations§
impl RefUnwindSafe for anon_route
impl Send for anon_route
impl Sync for anon_route
impl Unpin for anon_route
impl UnwindSafe for anon_route
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