Struct hassle_rs::wrapper::DxcReflector
source · [−]pub struct DxcReflector { /* private fields */ }
Implementations
sourceimpl 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
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