Struct hassle_rs::wrapper::DxcReflector
source · pub struct DxcReflector { /* private fields */ }
Implementations§
source§impl DxcReflector
impl DxcReflector
pub fn reflect(&self, blob: DxcBlob) -> Result<Reflection>
Auto Trait Implementations§
impl RefUnwindSafe for DxcReflector
impl !Send for DxcReflector
impl !Sync for DxcReflector
impl Unpin for DxcReflector
impl UnwindSafe for DxcReflector
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