pub struct GeneratedBinding {
pub module_name: String,
pub mavlink_xml: PathBuf,
pub rust_module: PathBuf,
}
Fields§
§module_name: String
§mavlink_xml: PathBuf
§rust_module: PathBuf
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeneratedBinding
impl RefUnwindSafe for GeneratedBinding
impl Send for GeneratedBinding
impl Sync for GeneratedBinding
impl Unpin for GeneratedBinding
impl UnwindSafe for GeneratedBinding
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