Struct hassle_rs::wrapper::DxcOperationResult
source · pub struct DxcOperationResult { /* private fields */ }
Implementations§
source§impl 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>
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§
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