Struct fat_macho::FatWriter [−][src]
pub struct FatWriter { /* fields omitted */ }Expand description
Mach-O fat binary writer
Implementations
Add a new thin Mach-O binary
Check whether a certain architecture exists in this fat binary
Write Mach-O fat binary into the writer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FatWriterimpl UnwindSafe for FatWriter