pub enum DeviceInfoRequest {
GetOsInfo {
responder: DeviceInfoGetOsInfoResponder,
},
}
Expand description
Provides information about the TEE device.
Variants§
Implementations§
Source§impl DeviceInfoRequest
impl DeviceInfoRequest
pub fn into_get_os_info(self) -> Option<DeviceInfoGetOsInfoResponder>
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 DeviceInfoRequest
impl !RefUnwindSafe for DeviceInfoRequest
impl Send for DeviceInfoRequest
impl Sync for DeviceInfoRequest
impl Unpin for DeviceInfoRequest
impl !UnwindSafe for DeviceInfoRequest
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