Struct crosvm_plugin::crosvm_irq_event
source · pub struct crosvm_irq_event {
pub(crate) id: u32,
pub(crate) trigger_evt: File,
pub(crate) resample_evt: File,
}
Fields§
§id: u32
§trigger_evt: File
§resample_evt: File
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for crosvm_irq_event
impl Send for crosvm_irq_event
impl Sync for crosvm_irq_event
impl Unpin for crosvm_irq_event
impl UnwindSafe for crosvm_irq_event
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