Struct hassle_rs::wrapper::DxcBlobEncoding
source · [−]pub struct DxcBlobEncoding { /* private fields */ }
Trait Implementations
sourceimpl Debug for DxcBlobEncoding
impl Debug for DxcBlobEncoding
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 DxcBlobEncoding
impl !Send for DxcBlobEncoding
impl !Sync for DxcBlobEncoding
impl Unpin for DxcBlobEncoding
impl UnwindSafe for DxcBlobEncoding
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