pub struct ObjectFile { /* private fields */ }
Expand description
The ObjectFile builder
Implementations§
Source§impl ObjectFile
impl ObjectFile
Auto Trait Implementations§
impl Freeze for ObjectFile
impl !RefUnwindSafe for ObjectFile
impl !Send for ObjectFile
impl !Sync for ObjectFile
impl Unpin for ObjectFile
impl !UnwindSafe for ObjectFile
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