pub struct DxcReflector { /* private fields */ }
Implementations§
Source§impl DxcReflector
impl DxcReflector
pub fn reflect(&self, blob: DxcBlob) -> Result<Reflection>
Auto Trait Implementations§
impl Freeze for DxcReflector
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