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