Struct crosvm_plugin::anon_irqchip
source · #[repr(C)]pub struct anon_irqchip {
pub(crate) irqchip: u32,
pub(crate) pin: u32,
}
Fields§
§irqchip: u32
§pin: u32
Trait Implementations§
source§impl Clone for anon_irqchip
impl Clone for anon_irqchip
source§fn clone(&self) -> anon_irqchip
fn clone(&self) -> anon_irqchip
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for anon_irqchip
Auto Trait Implementations§
impl RefUnwindSafe for anon_irqchip
impl Send for anon_irqchip
impl Sync for anon_irqchip
impl Unpin for anon_irqchip
impl UnwindSafe for anon_irqchip
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