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