Struct target_lexicon::DefaultToHost
source · [−]pub struct DefaultToHost(pub Triple);
Expand description
A simple wrapper around Triple
that provides an implementation of
Default
which defaults to Triple::host()
.
Tuple Fields
0: Triple
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DefaultToHost
impl Send for DefaultToHost
impl Sync for DefaultToHost
impl Unpin for DefaultToHost
impl UnwindSafe for DefaultToHost
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