struct IrqfdGsi {
irqfd: Event,
gsi: u32,
}Fields§
§irqfd: Event§gsi: u32Auto Trait Implementations§
impl Freeze for IrqfdGsi
impl RefUnwindSafe for IrqfdGsi
impl Send for IrqfdGsi
impl Sync for IrqfdGsi
impl Unpin for IrqfdGsi
impl UnwindSafe for IrqfdGsi
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