pub struct EncodeCtx {
pub root: PathBuf,
pub tuple: TargetTuple,
}Expand description
Encoder inputs: the module root + the single target tuple M1 builds.
Fields§
§root: PathBuf§tuple: TargetTupleTrait Implementations§
Auto Trait Implementations§
impl Freeze for EncodeCtx
impl RefUnwindSafe for EncodeCtx
impl Send for EncodeCtx
impl Sync for EncodeCtx
impl Unpin for EncodeCtx
impl UnsafeUnpin for EncodeCtx
impl UnwindSafe for EncodeCtx
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