Struct hassle_rs::wrapper::DxcLibrary
source · [−]pub struct DxcLibrary { /* private fields */ }
Implementations
sourceimpl DxcLibrary
impl DxcLibrary
pub fn create_blob_with_encoding(&self, data: &[u8]) -> Result<DxcBlobEncoding>
pub fn create_blob_with_encoding_from_str(
&self,
text: &str
) -> Result<DxcBlobEncoding>
pub fn get_blob_as_string(&self, blob: &DxcBlob) -> Result<String>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DxcLibrary
impl !Send for DxcLibrary
impl !Sync for DxcLibrary
impl Unpin for DxcLibrary
impl UnwindSafe for DxcLibrary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more