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 Freeze for DxcLibrary
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