Struct hid_io_client::hidio_capnp::hid_io::Client
source · pub struct Client {
pub client: Client,
}
Fields§
§client: Client
Implementations§
Trait Implementations§
source§impl<'a> FromPointerBuilder<'a> for Client
impl<'a> FromPointerBuilder<'a> for Client
fn init_pointer(_builder: PointerBuilder<'a>, _size: u32) -> Client
fn get_from_pointer( builder: PointerBuilder<'a>, _default: Option<&'a [Word]> ) -> Result<Client, Error>
source§impl<'a> FromPointerReader<'a> for Client
impl<'a> FromPointerReader<'a> for Client
fn get_from_pointer( reader: &PointerReader<'a>, _default: Option<&'a [Word]> ) -> Result<Client, Error>
source§impl<_S> FromServer<_S> for Clientwhere
_S: Server + 'static,
impl<_S> FromServer<_S> for Clientwhere _S: Server + 'static,
type Dispatch = ServerDispatch<_S>
fn from_server(s: _S) -> ServerDispatch<_S>
source§impl SetPointerBuilder for Client
impl SetPointerBuilder for Client
fn set_pointer_builder( pointer: PointerBuilder<'_>, from: Client, _canonicalize: bool ) -> Result<(), Error>
Auto Trait Implementations§
impl !RefUnwindSafe for Client
impl !Send for Client
impl !Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
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