pub struct ModifySecureHeapPhysicalRange;Trait Implementations§
Source§impl Method for ModifySecureHeapPhysicalRange
impl Method for ModifySecureHeapPhysicalRange
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 = SecureMemModifySecureHeapPhysicalRangeRequest<'static>
type Request = SecureMemModifySecureHeapPhysicalRangeRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for ModifySecureHeapPhysicalRange
impl<___R> Respond<___R> for ModifySecureHeapPhysicalRange
Source§impl<___R> RespondErr<___R> for ModifySecureHeapPhysicalRange
impl<___R> RespondErr<___R> for ModifySecureHeapPhysicalRange
Auto Trait Implementations§
impl Freeze for ModifySecureHeapPhysicalRange
impl RefUnwindSafe for ModifySecureHeapPhysicalRange
impl Send for ModifySecureHeapPhysicalRange
impl Sync for ModifySecureHeapPhysicalRange
impl Unpin for ModifySecureHeapPhysicalRange
impl UnsafeUnpin for ModifySecureHeapPhysicalRange
impl UnwindSafe for ModifySecureHeapPhysicalRange
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]