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