pub enum IcdLoaderDeviceRequest {
GetIcdList {
responder: IcdLoaderDeviceGetIcdListResponder,
},
}
Expand description
Methods implemented by an MSD and exposed for use of an ICD loader.
Variants§
GetIcdList
Fields
§
responder: IcdLoaderDeviceGetIcdListResponder
Returns a list of ICDs that can be used with this Magma device. The list is sorted in descending order of preference.
Implementations§
source§impl IcdLoaderDeviceRequest
impl IcdLoaderDeviceRequest
pub fn into_get_icd_list(self) -> Option<IcdLoaderDeviceGetIcdListResponder>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL