pub struct Client;Expand description
A client type for Destack.
Implementations§
Source§impl Client
impl Client
Sourcepub fn capi_abi_version(&self) -> u32
pub fn capi_abi_version(&self) -> u32
Return the loaded capi abi version.
Sourcepub fn capi_is_available(&self) -> bool
pub fn capi_is_available(&self) -> bool
Return whether the capi surface is available.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Client
impl RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl UnsafeUnpin 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