pub struct GeneratedBindings {
pub bindings: Vec<GeneratedBinding>,
pub mod_rs: PathBuf,
}
Fields§
§bindings: Vec<GeneratedBinding>
§mod_rs: PathBuf
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeneratedBindings
impl RefUnwindSafe for GeneratedBindings
impl Send for GeneratedBindings
impl Sync for GeneratedBindings
impl Unpin for GeneratedBindings
impl UnwindSafe for GeneratedBindings
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