pub struct ArchInput {
pub rdl_dir: PathBuf,
pub winmd: PathBuf,
pub bits: i32,
}Expand description
One architecture’s RDL directory, compiled winmd, and architecture bitmask.
Fields§
§rdl_dir: PathBuf§winmd: PathBuf§bits: i32Auto Trait Implementations§
impl Freeze for ArchInput
impl RefUnwindSafe for ArchInput
impl Send for ArchInput
impl Sync for ArchInput
impl Unpin for ArchInput
impl UnsafeUnpin for ArchInput
impl UnwindSafe for ArchInput
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