Struct hassle_rs::wrapper::DxcLibrary
source · pub struct DxcLibrary { /* private fields */ }
Implementations§
source§impl 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§
source§impl Clone for DxcLibrary
impl Clone for DxcLibrary
source§fn clone(&self) -> DxcLibrary
fn clone(&self) -> DxcLibrary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for DxcLibrary
impl !Send for DxcLibrary
impl !Sync for DxcLibrary
impl Unpin for DxcLibrary
impl UnwindSafe for DxcLibrary
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