pub enum IrqResourceRequest {
Get {
responder: IrqResourceGetResponder,
},
}
Expand description
Protocol for providing an IRQ resource with access to all valid ranges.
Variants§
Implementations§
Source§impl IrqResourceRequest
impl IrqResourceRequest
pub fn into_get(self) -> Option<IrqResourceGetResponder>
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 IrqResourceRequest
impl !RefUnwindSafe for IrqResourceRequest
impl Send for IrqResourceRequest
impl Sync for IrqResourceRequest
impl Unpin for IrqResourceRequest
impl !UnwindSafe for IrqResourceRequest
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