Struct hassle_rs::wrapper::DxcOperationResult
source · [−]pub struct DxcOperationResult { /* private fields */ }
Implementations
sourceimpl DxcOperationResult
impl DxcOperationResult
pub fn get_status(&self) -> Result<u32>
pub fn get_result(&self) -> Result<DxcBlob>
pub fn get_error_buffer(&self) -> Result<DxcBlobEncoding>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DxcOperationResult
impl !Send for DxcOperationResult
impl !Sync for DxcOperationResult
impl Unpin for DxcOperationResult
impl UnwindSafe for DxcOperationResult
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