Struct windows_metadata::writer::Gen
source · [−]pub struct Gen {
pub sources: Vec<String>,
pub inputs: Vec<String>,
pub references: Vec<String>,
pub output: String,
}
Fields
sources: Vec<String>
inputs: Vec<String>
references: Vec<String>
output: String
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Gen
impl Send for Gen
impl Sync for Gen
impl Unpin for Gen
impl UnwindSafe for Gen
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more