pub struct CppPath(pub Vec<String>);Tuple Fields§
§0: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CppPath
impl RefUnwindSafe for CppPath
impl Send for CppPath
impl Sync for CppPath
impl Unpin for CppPath
impl UnwindSafe for CppPath
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