pub enum InterruptAttributorRequest {
GetInterruptInfo {
payload: InterruptAttributorGetInterruptInfoRequest,
responder: InterruptAttributorGetInterruptInfoResponder,
},
}Expand description
Provides information related to interrupts assigned by the board driver to various devices.
Variants§
GetInterruptInfo
Fields
Implementations§
Source§impl InterruptAttributorRequest
impl InterruptAttributorRequest
pub fn into_get_interrupt_info( self, ) -> Option<(InterruptAttributorGetInterruptInfoRequest, InterruptAttributorGetInterruptInfoResponder)>
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InterruptAttributorRequest
impl !RefUnwindSafe for InterruptAttributorRequest
impl Send for InterruptAttributorRequest
impl Sync for InterruptAttributorRequest
impl Unpin for InterruptAttributorRequest
impl UnsafeUnpin for InterruptAttributorRequest
impl !UnwindSafe for InterruptAttributorRequest
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