pub struct DxcBlob { /* private fields */ }
Implementations
sourceimpl DxcBlob
impl DxcBlob
pub fn as_slice<T>(&self) -> &[T]ⓘNotable traits for &'_ [u8]impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
pub fn as_mut_slice<T>(&mut self) -> &mut [T]ⓘNotable traits for &'_ [u8]impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
pub fn to_vec<T>(&self) -> Vec<T> where
T: Clone,
Trait Implementations
sourceimpl From<DxcBlobEncoding> for DxcBlob
impl From<DxcBlobEncoding> for DxcBlob
sourcefn from(encoded_blob: DxcBlobEncoding) -> Self
fn from(encoded_blob: DxcBlobEncoding) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for DxcBlob
impl !Send for DxcBlob
impl !Sync for DxcBlob
impl Unpin for DxcBlob
impl UnwindSafe for DxcBlob
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