pub struct Flatc { /* private fields */ }Expand description
Programmatic interface (API) for flatc command.
NOTE: You may only need a small helper function run.
Implementations§
Auto Trait Implementations§
impl Freeze for Flatc
impl RefUnwindSafe for Flatc
impl Send for Flatc
impl Sync for Flatc
impl Unpin for Flatc
impl UnwindSafe for Flatc
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