Struct codegen_libc::CfgItem
source · pub struct CfgItem {
pub cfg: CfgExpr,
pub name: String,
}Fields§
§cfg: CfgExpr§name: StringAuto Trait Implementations§
impl RefUnwindSafe for CfgItem
impl Send for CfgItem
impl Sync for CfgItem
impl Unpin for CfgItem
impl UnwindSafe for CfgItem
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