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