Struct rusty_bind_parser::binding_module::BuildContext
source · pub struct BuildContext {
pub current_target_info: &'static TargetInfo,
pub features: Vec<CargoFeature>,
pub target_features: Vec<String>,
}
Fields§
§current_target_info: &'static TargetInfo
§features: Vec<CargoFeature>
§target_features: Vec<String>
Auto Trait Implementations§
impl RefUnwindSafe for BuildContext
impl Send for BuildContext
impl Sync for BuildContext
impl Unpin for BuildContext
impl UnwindSafe for BuildContext
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