Home
last modified time | relevance | path

Searched defs:RestService (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs348 pub struct RestService { struct
350 pub service_type: device_path::messaging::RestServiceType,
351 pub access_mode: device_path::messaging::RestServiceAccessMode,
352 pub vendor_guid_and_data: [u8; 0usize],
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs2267 pub struct RestService { struct
2269 pub(super) service_type: device_path::messaging::RestServiceType,
2270 pub(super) access_mode: device_path::messaging::RestServiceAccessMode,
2274 impl RestService { impl
2277 pub fn service_type(&self) -> device_path::messaging::RestServiceType { in service_type()
2288 impl fmt::Debug for RestService { implementation
2303 impl TryFrom<&DevicePathNode> for &RestService { implementation
2316 let node: *const RestService = in try_from() constant
2442 impl RestService { impl
5148 pub struct RestService<'a> { struct
[all …]