pub struct InvokeCall<'a> { /* private fields */ }Expand description
A HLApi call that invokes a method on a specific device.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for InvokeCall<'a>
impl<'a> !RefUnwindSafe for InvokeCall<'a>
impl<'a> !Send for InvokeCall<'a>
impl<'a> !Sync for InvokeCall<'a>
impl<'a> Unpin for InvokeCall<'a>
impl<'a> !UnwindSafe for InvokeCall<'a>
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