Struct nuidl_lib::midl::TypelibParser
source · pub struct TypelibParser { /* private fields */ }Implementations§
source§impl TypelibParser
impl TypelibParser
Auto Trait Implementations§
impl RefUnwindSafe for TypelibParser
impl Send for TypelibParser
impl Sync for TypelibParser
impl Unpin for TypelibParser
impl UnwindSafe for TypelibParser
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