Struct rusty_bind_parser::BuildContext
source · pub struct BuildContext { /* private fields */ }
Implementations§
source§impl BuildContext
impl BuildContext
pub fn new( current_target_info: &'static TargetInfo, features: Vec<CargoFeature>, target_features: Vec<String> ) -> Self
Trait Implementations§
source§impl Clone for BuildContext
impl Clone for BuildContext
source§fn clone(&self) -> BuildContext
fn clone(&self) -> BuildContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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