pub struct GetPhysicalSecureHeapProperties;Trait Implementations§
Source§impl Method for GetPhysicalSecureHeapProperties
impl Method for GetPhysicalSecureHeapProperties
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
The flexibility of the method.
Source§type Request = SecureMemGetPhysicalSecureHeapPropertiesRequest<'static>
type Request = SecureMemGetPhysicalSecureHeapPropertiesRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for GetPhysicalSecureHeapProperties
impl<___R> Respond<___R> for GetPhysicalSecureHeapProperties
Source§impl<___R> RespondErr<___R> for GetPhysicalSecureHeapProperties
impl<___R> RespondErr<___R> for GetPhysicalSecureHeapProperties
Source§fn respond_err(
response: ___R,
) -> <GetPhysicalSecureHeapProperties as RespondErr<___R>>::Output
fn respond_err( response: ___R, ) -> <GetPhysicalSecureHeapProperties as RespondErr<___R>>::Output
Makes an
Err response from the given input.Source§impl TwoWayMethod for GetPhysicalSecureHeapProperties
impl TwoWayMethod for GetPhysicalSecureHeapProperties
Source§type Response = FlexibleResult<'static, SecureMemGetPhysicalSecureHeapPropertiesResponse<'static>, Error>
type Response = FlexibleResult<'static, SecureMemGetPhysicalSecureHeapPropertiesResponse<'static>, Error>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetPhysicalSecureHeapProperties
impl RefUnwindSafe for GetPhysicalSecureHeapProperties
impl Send for GetPhysicalSecureHeapProperties
impl Sync for GetPhysicalSecureHeapProperties
impl Unpin for GetPhysicalSecureHeapProperties
impl UnsafeUnpin for GetPhysicalSecureHeapProperties
impl UnwindSafe for GetPhysicalSecureHeapProperties
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]